October 2010
Intermediate to advanced
456 pages
10h 16m
English
If you have a lot of free CPU and memory on your server, it may be worthwhile to tweak the maximum number of threads executing requests.
Keep in mind that the runtime conservatively manages the number of threads used to execute requests. Hence, even if you increase the maximum number of threads, that may not lead to more threads being used.
WARNING
Be careful here. You can spend a lot of time on this and end up doing more harm than good. Load test your solution before taking it into production (chapter 14 shows how to do load testing).
In IIS 6 and IIS 7 when using the classic pipeline mode, the maximum number of threads is determined by the following formula:
Maximum threads = (maxWorkerThreads * ...
Read now
Unlock full access