Thread pool

id: thread-pool-252-981384
title: Thread pool
text: In computer programming, a thread pool is a software design pattern for achieving concurrency of execution in a computer program. Often also called a replicated workers or worker-crew model, a thread pool maintains multiple threads waiting for tasks to be allocated for concurrent execution by the supervising program. By maintaining a pool of threads, the model increases performance and avoids latency in execution due to frequent creation and destruction of threads for short-lived tasks. The numb
brand slug: wiki
category slug: encyclopedia
description: Software design pattern
original url: https://en.wikipedia.org/wiki/Thread_pool
date created:
date modified: 2023-02-11T21:36:19Z
main entity: {"identifier":"Q3990847","url":"https://www.wikidata.org/entity/Q3990847"}
image: {"content_url":"https://upload.wikimedia.org/wikipedia/commons/0/0c/Thread_pool.svg","width":580,"height":300}
fields total: 13
integrity: 15

Related Entries

Explore Next Part