<
war...@gmail.com> wrote in message
news:846c064c-94c1-4d9f...@googlegroups.com...
What are the recycle conditions on the application pool? And is your
application writing to files in the wwwroot?
I'm wondering whether something is causing it to recycle - which would
explain why you get so many in an hour, but that the "old" worker process is
busy doing something which is why it/they don't end.
DON'T DO THIS IN PRODUCTION, but my guess would be that if you set "Disable
Overlapped Recycle" to True then you wouldn't have the problem of multiple
worker processes but that you would find that your application locks up. No
multiple worker processes because I think your application is trying to
recycle and with this setting (I think) it won't start another worker until
the previous one has finished. I'd expect it to lock up because I think
there is a reason why the old workers won't recycle. If I am right then you
need to concentrate on finding out what your appliation is doing and why it
isn't recycling.
This is a best guess ... could be off target, but I hope it helps.
BTW: Microsoft have mostly abandoned their newsgroups, prefering to use
their online forum. Shame, but that explains why this newsgroup isn't very
active any more.
--
Brian Cryer
http://www.cryer.co.uk/brian