soap - classic asp site randomly hangs IIS6 -


We have a classic ASP site that connects to the SOAP server, we are not able to know why the website hangs Given that when we see that the website is hanging, we only restart the soap server and the website works fine (next time to be hanged). I want to mention that when the website is hanged I can go to any page on that server. Html or .html extension, but any page in .asp extension will only watch.

Select the display monitor to fire, select active server page category, and view counters implementing requests.

You will see over time it grows, you have threads waiting for incomplete calls to the SOAP server, eventually running ASP threads (usually up to 25 threads per CPU), the subsequent ASP requests Has to wait for a thread to come for free, which never does that.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -