简体   繁体   English

IIS工作进程重叠

[英]IIS worker process overlapping

I have an application hosted in IIS 8 and it's application pool is set to auto recycle after 10000 requests. 我在IIS 8中托管了一个应用程序,它的应用程序池设置为在10000个请求后自动回收。 But at times when an application pool is recycled. 但是有时会回收应用程序池。 The new app pool keeps on overlapping.. and the old one doesn't get abandoned. 新的应用程序池不断重叠..而旧的应用程序池不会被放弃。

Expected result: App pool should not overlap after auto recycling. 预期结果:自动回收后,应用程序池不应重叠。

Learn what is disallowOverlappingRotation , 了解什么是disallowOverlappingRotation

https://docs.microsoft.com/en-us/iis/configuration/system.applicationhost/applicationpools/add/recycling/#attributes https://docs.microsoft.com/zh-cn/iis/configuration/system.applicationhost/applicationpools/add/recycling/#attributes

Though you really should consider setting it to true and modify your web app to adapt to that overlapping behavior. 尽管您确实应该考虑将其设置为true然后修改Web应用程序以适应这种重叠行为。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如果IIS应用程序工作进程挂起,会发生什么? - What happens if an IIS application worker process hangs? IIS 工作进程 CPU 限制与 ThrottleUnderLoad - IIS Worker Process CPU limit with ThrottleUnderLoad 如何使用Windows性能监视器监视IIS工作进程 - How to monitor IIS worker process using Windows performance monitor 为IIS应用程序池使用多个工作进程时的后果 - Consquences when using more than one worker process for an IIS application pool 如何使用 PRTG Network Monitor 监控 IIS 应用程序池工作进程 - How to monitor IIS application pool worker process using PRTG Network Monitor IIS 中的具体应用在理想超时后工作进程停止后取值很慢。 服务时间长 - Specific application in IIS taking is slow after worker process stops after ideal timeout. long time to serve .NET Core Worker 服务在 IIS 上不起作用 - .NET Core Worker service not working on IIS 如果失败或挂起,请重新启动应用程序池工作程序进程 - Restart Application pool worker process if it fails or hangs IIS 上的 Django,进程意外退出 - django on IIS, process exited unexpectedly 访问具有多个进程的应用程序池上的特定工作进程 - access specific worker process on application pool which has multiple processes
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM