학술저널
웹 서버 구현 방안들에 대한 성능 비교
A Performance Comparison of Web-Server Implementation Schemes
- 강원대학교 산업기술연구소
- 산업기술연구
- vol.27
-
2007.09215 - 219 (5 pages)
- 2
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)