加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

asp.net – AcquireRequestState的长时间延迟

发布时间:2020-12-15 23:34:51 所属栏目:asp.Net 来源:网络整理
导读:使用性能监控工具“新遗物”我在“AcquireRequestState”中看到偶尔(但太多)长时间的延迟.我在说10,20秒延迟,有时候是分钟. 我知道我们没有为自己的事件编写事件处理程序. 我甚至开始寻找这些延误的原因?我到目前为止在msdn找到的小信息没有帮助. 解决方法
使用性能监控工具“新遗物”我在“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.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读