THREAD_IDLE_TIME

The THREAD_IDLE_TIME constant determines when a thread will be removed from the thread pool and returned to the operating system. When a thread in the thread pool has been idle for this number of milliseconds the thread will be released from the thread pool. The default value is 5000 milliseconds (5 seconds).

Alphabetic index



This page was generated with the help of DOC++.