I launch about 2 thousand asynchronous calls, which usually serve about 30 people. Although they sometimes get stuck (visible on the performance counter, asp.net, Requests Current, when the current request counter does not decrease), if I attach a remote debugger, the web service seems to be called as I would expect, although the called never stops. I can guarantee that I am the only one who uses this service, how can I find out what is going on here?
This is an intermittent problem that occurs approximately every 5 attempts.
source
share