Represents a server-side thread pool.
|
|
|
SetThreadMinCount(self,
*args)
Sets the minimum number of threads in the thread pool. |
source code
|
|
|
GetThreadMinCount(self)
Returns the minimum number of threads in the thread pool. |
source code
|
|
|
SetThreadMaxCount(self,
*args)
Sets the maximum number of threads in the thread pool. |
source code
|
|
|
GetThreadMaxCount(self)
Returns the maximum number of threads in the thread pool. |
source code
|
|
|
|
|
GetThreadIdleTimeoutMs(self)
Returns the thread idle timeout value, in milliseconds. |
source code
|
|
|
SetReserveLastThread(self,
*args)
If this setting is true, clients will receive an error message right
away, if all threads in the thread pool are busy. |
source code
|
|
|
|
|
SetThreadName(self,
*args)
Sets the thread name of the thread pool threads, as visible in a
debugger. |
source code
|
|
|
GetThreadName(self)
Returns the thread name of the thread pool threads. |
source code
|
|