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.

相关文章

### 创建一个gRPC服务项目(grpc服务端)和一个 webapi项目(...
一、SiganlR 使用的协议类型 1.websocket即时通讯协议 2.Ser...
.Net 6 WebApi 项目 在Linux系统上 打包成Docker镜像,发布为...
一、 PD简介PowerDesigner 是一个集所有现代建模技术于一身的...
一、存储过程 存储过程就像数据库中运行的方法(函数) 优点:...
一、Ueditor的下载 1、百度编辑器下载地址:http://ueditor....