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?