asp.net – AcquireRequestState的长时间延迟

前端之家收集整理的这篇文章主要介绍了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.f2er.com/aspnet/250571.html

猜你在找的asp.Net相关文章