Hi,

I have a web server that hosts more than 200 websites and has about 200
Applications under Default Application Pool.
Since last few weeks I have noticed that the Default Application Pool is not
terminating properly during Worker process recycling events (after certain
time).
I can see messages like:
"A process serving application pool 'DefaultAppPool' exceeded time limits
during shut down. The process id was '3236'." in the event log, right before
the IIS stops responding.

What might be causing the problem ?
* Over loaded DefaultAppPool ( about 200 Apps)
* Buggy Code in Applications (causing memory leaks ?? )

Thanks in advance :)

Re: Application Pool Limits by David

David
Fri Nov 16 05:56:02 PST 2007

On Nov 15, 6:58 am, "spitfire" <bikra...@hotmail.com> wrote:
> Hi,
>
> I have a web server that hosts more than 200 websites and has about 200
> Applications under Default Application Pool.
> Since last few weeks I have noticed that the Default Application Pool is not
> terminating properly during Worker process recycling events (after certain
> time).
> I can see messages like:
> "A process serving application pool 'DefaultAppPool' exceeded time limits
> during shut down. The process id was '3236'." in the event log, right before
> the IIS stops responding.
>
> What might be causing the problem ?
> * Over loaded DefaultAppPool ( about 200 Apps)
> * Buggy Code in Applications (causing memory leaks ?? )
>
> Thanks in advance :)


It's either a bug in the applications running in Default Application
Pool, or perhaps your application rightfully takes a long time to
shutdown and IIS's timer needs to be increased. You have to determine
which is th e case.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

Re: Application Pool Limits by spitfire

spitfire
Fri Nov 16 07:40:16 PST 2007


"David Wang" <w3.4you@gmail.com> wrote in message
news:33e87d33-d165-4814-a801-4706dce0b92f@s6g2000prc.googlegroups.com...
> On Nov 15, 6:58 am, "spitfire" <bikra...@hotmail.com> wrote:
>> Hi,
>>
>> I have a web server that hosts more than 200 websites and has about 200
>> Applications under Default Application Pool.
>> Since last few weeks I have noticed that the Default Application Pool is
>> not
>> terminating properly during Worker p