Handling input/output operations in Web servers: issues and: countermeasures

  • Authors:
  • Farag Azzedin;Khalid Al-Issa

  • Affiliations:
  • Information and Computer Science Department, King Fahd University of Petroleum & Minerals, Dhahran, Saudi Arabia;Information and Computer Science Department, King Fahd University of Petroleum & Minerals, Dhahran, Saudi Arabia

  • Venue:
  • Concurrency and Computation: Practice & Experience
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

The way at which a Web server handles input/output (I/O) operations has a significant impact on its performance. Servers that allow blocking for I/O operations are easier to implement but exhibit less efficient utilization and limited scalability. On the other hand, servers that allow non-blocking I/O usually perform and scale better but are not easy to implement and have limited functionality. This paper presents the design of a new, self-adapting Web server architecture that makes decisions on how future I/O operations would be handled based on load conditions. The results obtained from our implementation of this architecture indicate that it is capable of providing competitive performance and better utilization than those of comparable non-adaptive Web servers on different load levels. Copyright © 2012 John Wiley & Sons, Ltd.