I am trying to solve non deterministic hangouts in AST.NET application. I have a sneaking suspicion that maxconnection limit is reached.
So my question is how can I verify my suspicion? Is there any performance counter or any method like ThreadPool.GetAvailableThreads
to monitor number of simultaneous connections to a remote computer?
Also what does the "number of simultaneous connections" means? As I understand it's count per application domain. However doest it counts socket connection opened in .Net calls?