D Dave May 28, 2004 #1 I know machine.config controls max threads for IIS but how does one change it for other .NET executables?
I know machine.config controls max threads for IIS but how does one change it for other .NET executables?
R rc May 28, 2004 #2 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
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
R rc May 28, 2004 #3 Dave, I find the following link, which contains an example: http://staff.develop.com/woodring/dotnet/#tpcontrol Ron
Dave, I find the following link, which contains an example: http://staff.develop.com/woodring/dotnet/#tpcontrol Ron