2012Unpublished venueRequires access

Research and Design of Concurrent Web Server on Linux System

Hong Lan, Xuan Wang

Open publisher page 1 citations

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.

About this research paper

What this paper is about

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.

Why it matters

OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.

Key contribution

A contribution statement is not available in the OpenAlex record.

Method / approach

Method details are not available in the OpenAlex metadata.

Main findings

Findings are not separately available in the OpenAlex metadata.

Limitations

Limitations are not available in the OpenAlex metadata.

Applications

Application details are not available in the OpenAlex metadata.

Available 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.

Key concepts: Computer science, Semaphore, Web server, Operating system, Server, Web service, The Internet, Application server

Related papers

Back to paper searchBrowse research topicsOriginal source
Research and Design of Concurrent Web Server on Linux System — Research Paper | ScholarLens