How to change thread pool MaxThreads from default of 25?

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I know machine.config controls max threads for IIS but how does one change
it for other .NET executables?
 
Dave,
According the MSDN documentation,"The thread pool has a default limit of 25
threads per available processor, which could be changed using
CorSetMaxThreads as defined in the mscoree.h file."

Hope this helps
 
Back
Top