
February 1st, 2005, 08:23 PM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 4
Time spent in forums: 1 h 33 m 51 sec
Reputation Power: 0
|
|
|
IIS Requests queued problem
Hello,
I have a simple web service that accepts data from services running on various machines in our network. (about 1000) It's running on IIS 5.0 and Windows2000 Server. It works great for a while, but eventually all requests are rejected until I restart the aspnet_wp process. So I opened Performance Monitor and selected the ASP.NET->RequestCurrent, ASP.NET->RequestQueued and ASP.NET->RequestRejected counters. The RequestQueued counter keeps increasing with each call to the web service, and it NEVER decreases...even though the web service is accepting requests and processing them correctly. It even increases if I just call the .asmx page to view methods available. After a while, the incoming requests just time out, but they never actually get into the rejected counter. The RequestsQueued counter never decreases. I have tried changing settings in IIS and macine.config to see if I can remedy the situation. The only thing that can fix it is to restart the aspnet_wp process.
I have tried this on other IIS 5.0 instances, and it doesn't occur on all, but it does on some. And it never occurs in IIS6.0.
Any ideas?
Thanks,
Danny
|