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)
컴퓨터 프로그램에서 병렬 처리를 효율화하기 위한 메커니즘 (여러 쓰레드를 미리 생성하고, 작업이 발생할 때마다 그것들을 재사용함으로써 쓰레드 생성 및 파기에 따르는 오버헤드를 줄이고, 시스템 성능을 향상시키며, 최적의 자원 관리를 실현함) (ko)
Softwareentwurfsmuster (de)
gestore software di thread (it)
ett designmönster som utför arbetsuppgifter parallellt (sv)
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) (en)