thread pool pattern


English Wikipedia - The Free EncyclopediaDownload this dictionary
Thread pool
In computer programming, a thread pool pattern (also replicated workers or worker-crew model) consists of a number of threads, created to perform a number of tasks concurrently. Typically is not equal to ; instead, the number of threads is tuned to the computing resources available to handle tasks in parallel (processorscoresmemory) while the number of tasks depends on the problem and may not be known upfront.

See more at Wikipedia.org...


© This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License and under the Creative Commons Attribution-ShareAlike License