IIS 6.0 is hanging every so often, with the following error in my event log
... and i'm not having much luck in figuring it out...

A process serving application pool 'DefaultAppPool' exceeded time limits
during shutdown. The process id was '2604'

any help is greatly appreciated...

Re: DefaultAppPool by caulker

caulker
Wed Jun 30 14:01:03 CDT 2004

... a litlte more info ...
this ONLY happens on the SSL part of my site
and performing a "recycle" on the DefaultAppPool fixes the problem, but
kills all current sessions.


"caulker" <wsweetman@ucsd.edu> wrote in message
news:%23m6Sh4sXEHA.384@TK2MSFTNGP10.phx.gbl...
> IIS 6.0 is hanging every so often, with the following error in my event
log
> ... and i'm not having much luck in figuring it out...
>
> A process serving application pool 'DefaultAppPool' exceeded time limits
> during shutdown. The process id was '2604'
>
> any help is greatly appreciated...
>
>



Re: DefaultAppPool by David

David
Thu Jul 01 01:19:59 CDT 2004

Regarding the original question of "A process serving application pool
'DefaultAppPool' exceeded time limits during shutdown" -- Sounds like you
are running an application that is "hanging" on shutdown.

IIS6 waits for 90 seconds on default (configurable) for an application to
shutdown when it's supposed to recycle, after which it'll kill the process
anyway. When you get such an event log entry, it means that SOME
application inside the application pool took longer than 90 seconds to shut
down. Now, this may be expected -- for example, you're allowing people to
download 4GB of data and the app is busy serving that and takes longer than
90 seconds. Or, it may not be expected -- for example, you're running a bad
ISAPI that mishandled async communications and leaked some ECB. You'll have
to investigate further (isolate your applications, for example), to figure
out what is going on.

FYI: this is not "IIS 6.0 is hanging every so often". IIS6 is NOT hanging.
If it was hanging, you wouldn't get the event log entry. Now, what you are
running ON IIS6 is hanging. It's like when you run a program on Windows and
the program crashes, is it "Windows crashed" or "that program crashed"? Or
if you run a buggy video driver that blue-screens the OS, is it "Windows
blue-screened" or "the device driver crashed"?

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"caulker" <wsweetman@ucsd.edu> wrote in message
news:e7$eYStXEHA.1036@TK2MSFTNGP10.phx.gbl...
... a litlte more info ...
this ONLY happens on the SSL part of my site
and performing a "recycle" on the DefaultAppPool fixes the problem, but
kills all current sessions.


"caulker" <wsweetman@ucsd.edu> wrote in message
news:%23m6Sh4sXEHA.384@TK2MSFTNGP10.phx.gbl...
> IIS 6.0 is hanging every so often, with the following error in my event
log
> ... and i'm not having much luck in figuring it out...
>
> A process serving application pool 'DefaultAppPool' exceeded time limits
> during shutdown. The process id was '2604'
>
> any help is greatly appreciated...
>
>




Re: DefaultAppPool by Paul

Paul
Thu Jul 01 04:14:33 CDT 2004

On Wed, 30 Jun 2004 11:14:47 -0700, "caulker" <wsweetman@ucsd.edu>
wrote:

>IIS 6.0 is hanging every so often, with the following error in my event log
>... and i'm not having much luck in figuring it out...
>
>A process serving application pool 'DefaultAppPool' exceeded time limits
>during shutdown. The process id was '2604'
>
>any help is greatly appreciated...
>

Caulker,

Refer to this KB article for help in troubleshooting your problem :

HOWTO: Generate a Dump File When ASP.NET Deadlocks in IIS 6.0
http://support.microsoft.com/?id=828222

and this :

PRB: Contention, Poor Performance, and Deadlocks When You Make Web
Service Requests from ASP.NET Applications
http://support.microsoft.com/?id=821268


Regards,

Paul Lynch
MCSE