Previous | Next --- Slide 31 of 63
Back to Lecture Thumbnails
LazyKiller

Here a thread pool pattern consists of a number m of threads, created to perform a number n of tasks concurrently. The m is tuned to the computing resources available, but not related to n. However, n could be larger than m. Then the new task has to wait until a worker thread finishes its work and available again.