Skip to Content
0
Former Member
Jun 05, 2007 at 11:18 AM

DI-API and multi threading

1620 Views

What are the implications of DI-API being single threaded?

Say you have 10 open DI-API connections in a pool:

1. Can you use them from different threads at the same time?

2. Can a connection be used from a different thread then the one it was opened in?