我知道MaxConcurrentRequestsPerCPU的默认值是12.我读过很多文章,如下所示:
http://blogs.msdn.com/b/tmarq/archive/2007/07/21/asp-net-thread-usage-on-iis-7-0-and-6-0.aspx
但是,通过代码或其他方式,我想知道MaxConcurrentRequestsPerCPU的确切值。我们在.Net Framework 2.0上运行我们的应用程序
我知道.Net 4.0及以上版本,它很容易使用HostingEnvironment.MaxConcurrentRequestsPerCPU
请帮帮我。
此致 Varun Shringarpure