Quantcast
Channel: DotNetShoutout - Stories tagged with iis
Viewing all articles
Browse latest Browse all 25

ASP.NET Thread Usage on IIS 7.0 and 6.0 - Thomas Marquardt's Blog

$
0
0
I'd like to briefly explain how ASP.NET uses threads when hosted on IIS 7.0 and IIS 6.0, as well as the configuration changes that you can make to alter the defaults. Please take a quick look at the “Threading Explained” section in Chapter 6 of “Improving .NET Application Performance and Scalability”. Prior to v2.0 of the .NET Framework, it was necessary to tweak the processModel/maxWorkerThreads, processModel/maxIoThreads, httpRuntime/minFreeThreads, httpRuntime/minLocalRequestFreeThreads, and connectionManagement/maxconnection configuration. The v2.0 .NET Framework attempted to simplify this by adding a new processModel/autoConfig configuration, which made the changes for you at runtime. And with the introduction of IIS 7.0 and the ASP.NET integrated pipeline, we've introduced yet another element to the mix, a registry key named MaxConcurrentRequestsPerCPU. Lets start with a discussion of how things worked on IIS 6.0 before discussing the changes made in IIS 7.0...
Shout it
Telerik – RadControls for WPF

Viewing all articles
Browse latest Browse all 25

Trending Articles