快速失败的工作进程

发布于 2024-12-29 10:48:44 字数 558 浏览 1 评论 0 原文

在 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.

in ISS my application pool is shutdown due to Rapid-Fail Protection for Worker Processes
now how can i identify that why Worker Process fails??
I looked into log but couldn't find some thing informational. It only gives error


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

Description:

Application pool 'apppool_name' is being automatically disabled due to a series of failures in the process(es) serving that application pool.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自由范儿 2025-01-05 10:48:44

好吧,你的工作进程崩溃的次数比应有的次数要多。默认值为 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文