快速失败的工作进程
在 ISS 中,我的应用程序池由于工作进程的快速故障保护而关闭 现在我如何确定工作进程失败的原因? 我查看了日志但找不到一些信息。它只给出错误
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 1002
Date: 1/23/2012
Time: 3:29:49 PM
User: N/A
Computer: BA5SWWW006
描述:
Application pool 'apppool_name' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,你的工作进程崩溃的次数比应有的次数要多。默认值为 5 分钟内发生 5 次崩溃,您的池将被禁用。
现在,正如您所看到的......您不应该尝试修复快速失败保护。更多地关注如何修复崩溃。这里的这篇博客可能会对您有所帮助。
http://blogs.msdn.com/b/rahulso/archive/2006/03/02/what-is-a-crash-technically-in-asp-net-and-what-to- do-if-it-happens.aspx
Well, your worker process is crashing way too many times than it should. The default value is 5 crashes in 5 minutes, and your pool will be disabled.
Now, as you can see... you shouldn't be trying to fix Rapid Fail protection. Concentrate more on how to fix the crash. This blog here, might help you.
http://blogs.msdn.com/b/rahulso/archive/2006/03/02/what-is-a-crash-technically-in-asp-net-and-what-to-do-if-it-happens.aspx