Thread pool
Sign in to saveAlso known as thread pool pattern, replicated workers, worker-crew model
a method for efficient parallel processing in computer programs (pre-creating threads and reusing them as tasks occur, reducing overhead of thread creation and destruction, improving system performance, and optimizing resource management)