如何读取MaxConcurrentRequestsPerCPU的当前值

发布于 2024-11-19 00:52:09 字数 138 浏览 3 评论 0原文

如何从代码中读取 MaxConcurrentRequestsPerCPU 设置的当前值,即当前应用程序池的值?我并不是说从配置文件中逐字读取它,而是读取当前有效的“已解析”值,无论它设置在哪里(即注册表、machine.config、web.config...)

How can I read the current value of the MaxConcurrentRequestsPerCPU setting from code, i.e. for the current application pool? I don't mean reading it literally from a config file, but rather read the "resolved" value that is currently effective, regardless of where it was set (i.e. registry, machine.config, web.config...)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

快乐很简单 2024-11-26 00:52:09

尝试阅读

 System.Web.Hosting.HostingEnvironment.MaxConcurrentRequestsPerCPU

这仅适用于 .NET 4.x

Try to read

 System.Web.Hosting.HostingEnvironment.MaxConcurrentRequestsPerCPU

This only works for .NET 4.x

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文