Comments
Sort by recent activity
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...