The Design Of ThreadPool Model On Web Server Side
Jiajie Wu
Abstract
Jiajie Wu
Abstract
With the increase of web users quickly,the pressure on web server side is become greater and greater.Except getting the better hardware,using the technology of software to improve the web server performance is the key.For improving the web server performance in terms of program running,this paper base on the traditional solution of multithread on web server,devise the model of threadpool to manage the multithread on web server side.With managing multithread using this model,the web server may avoid creating and destroying thread frequently,reduce the consumption of system and improve the web server performance.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
With the increase of web users quickly,the pressure on web server side is become greater and greater.Except getting the better hardware,using the technology of software to improve the web server performance is the key.For improving the web server performance in terms of program running,this paper base on the traditional solution of multithread on web server,devise the model of threadpool to manage the multithread on web server side.With managing multithread using this model,the web server may avoid creating and destroying thread frequently,reduce the consumption of system and improve the web server performance.
Key concepts: Application server, Web server, AppleShare, Computer science, Web API, Server farm, Clickstream, Server-side