微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

asp.net – AcquireRequestState的长时间延迟

使用性能监控工具“新遗物”我在“AcquireRequestState”中看到偶尔(但太多)长时间的延迟.我在说10,20秒延迟,有时候是分钟.

我知道我们没有为自己的事件编写事件处理程序.

我甚至开始寻找这些延误的原因?我到目前为止在msdn找到的小信息没有帮助.

解决方法

尝试在服务器上应用 Hotfix Rollup 2828841.

Issue 6

Symptoms

When you send many concurrent requests that have the same
SessionId to an ASP.NET 4.5 web application,some requests may freeze
at the RequestAcquireState stage unexpectedly.

Resolution

After you apply the hotfix,the hotfix makes sure that the
EndRequest event will always trigger.

此修补程序适用于Windows 7 Service Pack 1(SP1),Windows Server 2008 R2 SP1,Windows Server 2008 Service Pack 2(SP2)和Windows Vista SP2.

原文地址:https://www.jb51.cc/aspnet/250571.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐