|
|
 |
|
The ThreadPoolManager was created with the intention to offer an easy way to manage the .NET ThreadPool.
Based on the article "Changing the default limit of 25 threads of the ThreadPool" from the CSharpFriends forum
if you are using the SockServer component, this can be an easy way to increment the number of simultaneous transactions. Be very careful, an incorrect use can turn your application unstable and even the system. By Default the number of worker threads is 25 and the number of asyncroneuos I/O operations (completionPortThreads) is 1000
|
|
|
| | |