Improving the performance of Apache web server

  • Authors:
  • Abdolreza Abhari;Adam Serbinski;Miso Gusic

  • Affiliations:
  • Ryerson University, Toronto, Ontario Canada;Ryerson University, Toronto, Ontario Canada;Ryerson University, Toronto, Ontario Canada

  • Venue:
  • SpringSim '07 Proceedings of the 2007 spring simulaiton multiconference - Volume 1
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

The purpose of this research is to improve the performance of the Apache HTTP Server for serving web pages which include embedded objects, such as images or multimedia components. By prefetching the embedded objects of a web page from server disk to its cache memory, we reduce page load latency without modifying current web protocols. We have implemented this strategy within the Apache HTTP Server that is referred to in this paper as modified Apache. Apache HTTP Server is a popular open source web server. In this paper, we present the strategy that we used to prefetch embedded objects in modified Apache from disk into main memory, and report on the performance achieved in trace driven simulations. The performance was measured by processing a log file from IRCache to simulate realistic fetches on an object-by-object basis. The memory cache hit ratio and byte hit ratio were recorded for each object accessed through normal and modified Apache, and compared.