Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Request Queue

Status
Not open for further replies.

lug

IS-IT--Management
Dec 7, 2001
35
0
0
GB
Hi,

I have an issue with ASP requests not being processed, just building up in the queue until the max limit is reached. Then IIS just stops responding, but the services are not stopped. I then get lots of 500 - Server Too Busy errors. If i do an iisreset, performance monitor shows that the queued requests shoots up to max straight away again, then I am in a loop!

My question is: What causes requests to be queued like this and not processed? I have read rumours that it could be a faulty DLL (if so how do i find which one) or that the application just needs rewriting.

Does anyone have any light to shed, or had the same problem?

Please help, thanks!
 
First - try to launch this application in the separate memory space (separate from IIS)
Second - try to switch on ASP debugging. It can help.



Victor K
psas@canada.com
MCSE+I;MCSA;MCSE(w2k);CNE(5.1);CNE(6);CIWSP;CIWSA;Net+;CCNA
 
how do i turn on debugging?
 
HomeDirectory\Configurationbutton\AppDebuging.



Victor K
psas@canada.com
MCSE+I;MCSA;MCSE(w2k);CNE(5.1);CNE(6);CIWSP;CIWSA;Net+;CCNA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top