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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS Hanging

Status
Not open for further replies.

oharab

Programmer
Joined
May 21, 2002
Messages
2,152
Location
GB
I have a small Windows 2000 server running 4 or 5 small websites. Well they started small, but now people from all over the force are using them.
2 of the sites are electronic forms written in ASP that update MS Access databases.
The problem is occasionally (twice yesterday, but a week before then) the server starts to time stuff out. It's looking like something isn't releasing it's connection as when I look on the server management thingy, there are hundreds of users connected.
Problem is, I don't know how to diagnose the problem. I can't even work out which site it is causing the problems. The only thing I know is DLLHost is massive & using lots of CPU and an IIR Reset fixes it.

Any thoughts on how to debug this?

Ben

----------------------------------------------
Ben O'Hara "Where are all the stupid people from...
...And how'd they get so dumb?"
rockband.gif
NoFX-The Decline
----------------------------------------------
Want to get great answers to your Tek-Tips questions? Have a look at F
 
Isolate each of the sites by changing the Application protection (home directory tab) to High (Isolated) this will make each site run in it's own process (DLLHOST) and allow you to see which one is the rogue without killing the whole server.



Chris.

Indifference will be the downfall of mankind, but who cares?
Woo Hoo! the cobblers kids get new shoes.
People Counting Systems

So long, and thanks for all the fish.
 
Is there any way of saying which DLLHost is linked to which site, or will it mean that the one causing the problem will hang, while the other one carries on as normal?

Ben

----------------------------------------------
Ben O'Hara "Where are all the stupid people from...
...And how'd they get so dumb?"
rockband.gif
NoFX-The Decline
----------------------------------------------
Want to get great answers to your Tek-Tips questions? Have a look at F
 
you can have the task manager process list open as you are making the changes to the Pooling and note which PID dllhost is given each time, But yes only one will hang while the other sites will continue uninterrupted.


Not relevant here, but you should only isolate up to 10 sites on a webserver to prevent other performance issues.



Chris.

Indifference will be the downfall of mankind, but who cares?
Woo Hoo! the cobblers kids get new shoes.
People Counting Systems

So long, and thanks for all the fish.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top