Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
877 views
in Technique[技术] by (71.8m points)

application pool - IIS 10 - Is there a setting to have IIS wait before restarting/recycling after file change is dectected?

I thought there was a setting that causes IIS to wait for some period of time before restarting when a file change is detected. Or something that would work similarly?

question from:https://stackoverflow.com/questions/65622781/iis-10-is-there-a-setting-to-have-iis-wait-before-restarting-recycling-after-f

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

File changes are not the cause of application pool recycling. In addition to the default collection every 29 hours, the other way to allow the application pool to be recycled is to set a specific time or specific request amount or memory usage. It can also be recycled manually.

After the file is changed, the update is applied, not because the application pool is recycled, but the application is reloaded by IIS or ASP.NET, and w3wp.exe is always the same in the task manager.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...