Flash: An Efficient and Portable Web Server


Authors


Vivek S. Pai, Peter Druschel, and Willy Zwaenepoel

Abstract


This paper presents the design of a new Web server architecture called the symmetric multi-process event-driven (AMPED) architecture, and evaluates the performance of an implementation of this architecture, the Flash Web server. The Flash Web server combines the high performance of single-process event-driven servers on cached workloads with the performance of multi-process and multi-threaded servers on disk-bound workloads. Furthermore, the Flash Web server is easily portable since it achieves these results using facilities available in all modern operating systems.

The performance of different Web server architectures is evaluated in the context of a single implementation in order to quantify the impact of a server's concurrency architecture on its performance. Furthermore, the performance of Flash is compared with two widely-used Web servers, Apache and Zeus. Results indicate that Flash can match or exceed the performance of existing Web servers by up to 50% across a wide range of real workloads. We also present results that show the contribution of various optimizations embedded in Flash.

Published
As


In Proceedings of the USENIX 1999 Annual Technical Conference
Monterey, CA, June 1999

Download


gzip'd Postscript (14 pages, 82 kB)
uncompressed PDF (14 pages, 211 kB)
gzip'd Postscript talk slides (27 pages, 46 kB)
uncompressed PDF talk slides (27 pages, 113 kB)
BibTex

Source


See the license page for more details
available for free to universities and non-profits
available for licensing to for-profit entities
contact vivek@cs.princeton.edu with appropriate details


NSG Home, NSG Papers