Re: max # threads for app pool

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"John A Grandy" <johnagrandy-at-yahoo-dot-com> wrote
Is there a configurable max # of threads for an app pool ?

You can configure the number, using the ICorThreadPool Interface.

In general though, it's a very, very bad idea to increase the size of the
thread pool. What are you trying to accomplish?

--
Chris Mullins
http://www.coversant.net/blogs/cmullins


.