Hi,

Does anyone know how to detect or find out when an application pool recycles
and the reason for doing so at the time?

Thanks - Jamie.

RE: Finding out when Application Pool recycles by JackieJa

JackieJa
Thu Feb 02 09:51:10 CST 2006

The AppPool will recycle depending on what you have set on the Recycling
tab when you view the properties of the AppPool. It can recycle based on
the number of requests, minutes, memory, or a set time. You can set a
metabase property to log an event when an AppPool recycles. Take a look at
the LogEventOnRecycle in the Help for IIS.

Thank you,

Jackie Jaynes [MSFT]
Microsoft IIS

Please do not send email directly to this alias. This
is our online account name for newsgroup participation only.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.


RE: Finding out when Application Pool recycles by basin

basin
Thu Feb 02 10:23:57 CST 2006

The System event log should have an event labeled "w3svc" and it will tell
you when it recycled. You can also use performance monitor to log or watch
for application restarts. It's likely the event log wont give you much
information so you may need to attach a debugger to the process.
If you dont have many sites/applications you can put them in their own app
pools to get a better idea of which is causing problems.

"Jamie Dawes" wrote:

> Hi,
>
> Does anyone know how to detect or find out when an application pool recycles
> and the reason for doing so at the time?
>
> Thanks - Jamie.
>
>
>

Re: Finding out when Application Pool recycles by Jamie

Jamie
Thu Feb 02 11:54:55 CST 2006

Thanks Guys

"basin" <basin@discussions.microsoft.com> wrote in message
news:F01DD8B3-5333-4432-9873-5723C2C484CC@microsoft.com...
> The System event log should have an event labeled "w3svc" and it will tell
> you when it recycled. You can also use performance monitor to log or watch
> for application restarts. It's likely the event log wont give you much
> information so you may need to attach a debugger to the process.
> If you dont have many sites/applications you can put them in their own app
> pools to get a better idea of which is causing problems.
>
> "Jamie Dawes" wrote:
>
>> Hi,
>>
>> Does anyone know how to detect or find out when an application pool
>> recycles
>> and the reason for doing so at the time?
>>
>> Thanks - Jamie.
>>
>>
>>