Research and Design of Concurrent Web Server on Linux System
Hong Lan, Xuan Wang
Abstract
Hong Lan, Xuan Wang
Abstract
Web server plays an important role on the internet service. On Linux system, some web servers are designed based on the process mechanism. Every time when clients give a connection request, the server has to create a new process, resulting in a big cost of CPU. In this paper, we introduce a new concurrent web sever implemented with prethreading technology. It is designed by producer-consumer model and use semaphore to dispatch shared resource. Web application using this web server has been proved that the new sever has better service equality and system resource utilization.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
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.
Web server plays an important role on the internet service. On Linux system, some web servers are designed based on the process mechanism. Every time when clients give a connection request, the server has to create a new process, resulting in a big cost of CPU. In this paper, we introduce a new concurrent web sever implemented with prethreading technology. It is designed by producer-consumer model and use semaphore to dispatch shared resource. Web application using this web server has been proved that the new sever has better service equality and system resource utilization.
Key concepts: Computer science, Semaphore, Web server, Operating system, Server, Web service, The Internet, Application server