IntermediateVocabulary#backend#architecture#devops

Thread Pool Vocabulary

Learn the vocabulary of a fixed set of reusable worker threads pulling tasks off a shared queue.

0 / 5 completed
1 / 5
At standup, a dev mentions a fixed set of worker threads created once at startup, pulling tasks off a shared queue, rather than the server spawning a brand-new thread for every single incoming request. What is this pattern called?