- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当您设置 httpRuntime executionTimeout 时,是否会切断已部分发送到客户端的响应?
我注意到在 IIS 请求队列中偶尔会有一些请求运行的时间比我们的 executionTimeout 设置长很多,并且在 IIS Web 核心模块中状态为 SendResponse。 executionTimeout 是否包括发送响应到客户端所需的时间?
我能找到的唯一文档是在这个片段的下一页上,但它是从 2003 年开始的,用于旧版本的 IIS: https://msdn.microsoft.com/en-us/library/ms972959.aspx
Request Execution Time. The number of milliseconds taken to execute the last request. In version 1.0 of the Framework, the execution time begins when the worker process receives the request, and stops when the ASP.NET ISAPI sends HSE_REQ_DONE_WITH_SESSION to IIS. For IIS version 5, this includes the time taken to write the response to the client, but for IIS version 6, the response buffers are sent asynchronously, and so the time taken to write the response to the client is not included.
在运行 ASP.NET 4.5 Web 应用程序的 Windows Server 2008 R2 上,IIS 版本为 7.5,调试设置为 false。
最佳答案
对于没有直接回答您的问题,我深表歉意,但有些东西可能对您的问题有所帮助:
有一个 minBytesPerSecond
在 the <webLimits>
section. 中设置传输速度下限的设置我怀疑它最初是为了防御 SlowLoris, 而添加的但是您可以提高该值以踢出管道无法支持您的站点的用户。默认值为 240,该值非常低。
关于asp.net - executionTimeout 发送响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31549974/
在我的应用程序中,执行一个查询需要 3 分钟。我发现 Default ExecutionTimeout 值为 110 秒。我试图将其更改为 500(秒),但它并没有解决我的问题。我在某处发现设置 允许
当您设置 httpRuntime executionTimeout 时,是否会切断已部分发送到客户端的响应? 我注意到在 IIS 请求队列中偶尔会有一些请求运行的时间比我们的 executionTim
我有一个 aspx 页面,其中包含的代码可能需要 5 分钟或更长时间才能在服务器上执行。所以我需要在请求超时之前延长时间。 将其放入网站的 web.config 中有何区别:
web.config 中的以下条目有什么区别: IIS 7.5 中的此设置(默认网站 > 高级设置 > 连接限制): 似乎 executionTimeout 与 IIS 超时不同。有什么不同? 最
我将创建一个 ASP.net 页面,用于创建一些 Excel 工作表并将它们发送给用户。问题是,有时我会遇到 Http 超时,大概是因为 Request 运行的时间比 executionTimeout
我尝试在 web.config 中为 asp.net mvc 应用程序设置executionTimeout。 任何在索引操作中使用Thread.Sleep p
我正在尝试解决问题,但我无法在 IIS 下本地重现它,因为无论我将 executionTimeout 设置得有多低,请求都不会超时。 我试过通过 web.config 设置这个(通过代码(Page.S
我们在服务器性能方面遇到了一些问题,在分析 IIS 请求日志时,我们发现许多请求需要几分钟分钟才能完成。 当 ASP.NET httpRuntime 设置元素中 executionTimeout 的默
我是一名优秀的程序员,十分优秀!