상세검색
최근 검색어 전체 삭제
다국어입력
즐겨찾기0
학술저널

웹 서버 구현 방안들에 대한 성능 비교

A Performance Comparison of Web-Server Implementation Schemes

  • 2
138355.jpg

For Web server implementations, there are 4 main schemes: process-per-request (PPR), thread-per-request (TPR), worker thread pool (WTP), and worker thread pool with buffers (WTPB). This paper compares performance of the schemes in response time point of view. WTPB shows the best performance. The appropriate number of worker threads for WTPB depends on the request service time. For short requests, the number can be very small. But for longer requests, it is about 1/6 of the number of simultaneous connections.

Abstract

1. 서론

2. 대표적인 웹 서버 구현 방안들

3. 실험 환경 및 결과 측정 방법

4. 결과 및 분석

5. 결론

참고문헌

(0)

(0)

로딩중