I'm running win2k server / SQL7.0 . there's several WWW sites hosted on my server. And I'm using snitz 3.1sr4.
I have noticed these days, that there's memory leak problem. After isolate all my site on IIS, one of the DLLHOST.EXE will eat more and more memory sometimes, so this DLLHOST.EXE will use RAM from 10m --> 40 --> 100 --> 200 --> .... 400 mb..... until my site was down.
since there's many asp code in it, and I don't know how to find out which one has wrong code.......
Can anybody teach me ? How to point to the exact problem ?
Hmmm I'm not sure straight asp code *can* cerate a memory leak per. se. can you identify which process is having the trouble? Is it definitely not a component you're referencing in some page somewhere? or a sickly isapi or something?
or are you runing a lot of sessions? sessions take (if i remember) about 35k of memory each - so if you are, are they closing down promptly?