WebCaL - a domain specific language for web caching

  • Authors:
  • S Gulwani;A Tarachandani;D Gupta;D Sanghi;L.P Barreto;G Muller;C Consel; Compose Group

  • Affiliations:
  • Department of Computer Science and Engineering, Indian Institute of Technology, Kanpur, India;Department of Computer Science and Engineering, Indian Institute of Technology, Kanpur, India;Department of Computer Science and Engineering, Indian Institute of Technology, Kanpur, India;Department of Computer Science and Engineering, Indian Institute of Technology, Kanpur, India;IRISA/INRIA, Rennes, France;IRISA/INRIA, Rennes, France;IRISA/INRIA, Rennes, France;IRISA/INRIA, Rennes, France

  • Venue:
  • Computer Communications
  • Year:
  • 2001

Quantified Score

Hi-index 0.24

Visualization

Abstract

Web caching aims to improve the performance of the Internet in three ways - by improving client latency, alleviating network traffic and reducing server load. A web cache is basically a limited store of information which helps in presenting a faster web-access environment to the clients. The performance of a cache depends on proper management of this information and effective inter-cache communication. The existing web caches have simple and hard-coded policies which are not best suited for all environments. They offer limited flexibility just in the form of changing some simple parameters such as cache size, peer caches, etc. This drawback motivates the need for a framework for building new web caches tailored to specific environments. In this paper, we describe a domain specific language based on an event-action model using which new local web cache policies and inter-cache protocols can be easily specified. This should make it possible to write a new policy or protocol quickly, evaluate its performance and test it thoroughly using the complete program-execute-debug cycle.