简体   繁体   中英

App pool won't recylce in IIS 6.0

On IIS 6.0 I have configured an app pool to recycle at 7am in the morning but I am not sure if it recycled as nothing is logged in the system viewer logs. Any ideas

在此处输入图片说明

And is there a way we can get an alert when pool recycles?

There will be a log entry only if the recycle does happen.

Note that because IIS has other mechanisms to monitor the worker processes (such as idle shutdown), at 7am there might be no worker process at all for IIS to recycle. Then there will be no log entry.

Make sure you check IIS log files and confirm what exactly happens at 7am. Process Monitor is a good tool for you to in fact capture the activities and analyze.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM