مؤشرات الترابط
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)
Article · العربية
في برمجة الحاسوب، يعد تجميع الخيوط (بالإنجليزية: thread pool) أحد أنماط تصميم البرمجيات لتحقيق تزامن التشغيل في برنامج حاسوبي ما.
Abstract from DBpedia / Wikipedia · CC BY-SA