现在服务器端的多线程技术大多是利用线程池(Threads pool)技术,开始启动一批线程,放在Pool里,一个线程使用完毕后重新进入Pool里,这样的话可以比较轻易应付大访问量的要求。
基于10个网页-相关网页
Threads-pool 线程池
pool of threads 线程池 ; 池模型 ; 线程池模型
creates a pool of threads 创建线程池
pool of peer threads 对等线程池
The objects reuse framework realizes the codes reuse for similar functions and is used for design of threads pool.
为避免相似功能的重复开发,实现代码重用的对象复用架构和基于该架构的线程池实现方案;
To do this, we set the thread priority of the polling threads to 38 (the highest RT priority) and the priorities of the triage pool threads to 37.
为此,我们将轮询线程的线程优先级设置为 38(最高的 RT 优先级),将筛选池线程的优先级设置为 37。
For example, services waiting for asynchronous responses could release threads back into the thread pool.
例如,正在等待异步响应的服务可能会释放线程,将其放回线程池中。
应用推荐