N
Nicholas Paldino [.NET/C# MVP]
You can only do this in .NET 2.0 and above. You can call the new static
SetMaxThreads method on the ThreadPool class.
You should only tweak this if you really know what you are doing.
Usually, the system does an ok job with it.
Hope this helps.
SetMaxThreads method on the ThreadPool class.
You should only tweak this if you really know what you are doing.
Usually, the system does an ok job with it.
Hope this helps.