Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个托管在 IIS 8 中的应用程序,它的应用程序池设置为在 10000 个请求后自动回收。但有时会回收应用程序池。新的应用程序池不断重叠......而旧的应用程序池并没有被放弃。
预期结果:自动回收后应用程序池不应重叠。
了解什么是disallowOverlappingRotation,
disallowOverlappingRotation
https://docs.microsoft.com/en-us/iis/configuration/system.applicationhost/applicationpools/add/recycling/#attributes
尽管您确实应该考虑将其设置为true并修改您的 Web 应用程序以适应这种重叠行为。
true