Activity overview
Latest activity by Dave Waite
Thanks Brian, I agree this could be the cause but are the following also possibilities?:-
1. Lack of connection pooling with the underlying registration process?
2. Does the API use the COM interopability layer - it seems to require an STA thread for licencing verification which might mean that the standard .NET threadpool for asynchronous callbacks is not a viable mechanism for asynchronous processing?
I hope this makes sense / comments
Thanks Brian, I agree this could be the cause but are the following also possibilities?:-
1. Lack of connection pooling with the underlying registration process?
2. Does the API use the COM interop...
Multiple Asynchronous Database.Register calls
Has anyone tried to use asynchronously register databases?
What we've found is that when we asyncrhonously register 2 databases
using a delegate for the Database.register method and callbacks for t...