摘要
服务器程序利用线程技术响应客户请求已经司空见惯 ,但不同的实现方式可能会对服务器的效率产生很大影响。使用线程池技术可以显著地改善服务器应用程序的性能。文章介绍了线程池技术的设计模型、基本原理及优化方法 。
It′s common to see that the thread technology has been used in server applications, but the different method may cause different result. The use of thread pool technology can largely improve the server performance. This paper explains the module of thread pool design, the theory of thread pool and the optimization of thread pool, and discuss how to optimize the server application′s capability using thread pool.
出处
《现代电子技术》
2004年第3期77-80,共4页
Modern Electronics Technique
关键词
线程池
服务器
线程
并发服务
thread pool
server
thread
parallel service