
Web-enabling Cache Daemon for Complex Data
Author(s) -
Ivan Voras,
Mario Žagar
Publication year - 2008
Publication title -
cit. journal of computing and information technology/journal of computing and information technology
Language(s) - English
Resource type - Journals
SCImago Journal Rank - 0.169
H-Index - 27
eISSN - 1846-3908
pISSN - 1330-1136
DOI - 10.2498/cit.1001400
Subject(s) - daemon , computer science , cache , cache algorithms , smart cache , cache invalidation , cache pollution , page cache , operating system , web application , database , world wide web , cpu cache
One of the most common basic techniques for improving the performance of web applications is caching frequently accessed data in fast data stores, colloquially known as cache daemons. In this paper we present a cache daemon suitable for storing complex data while maintaining fine-grained control over data storage, retrieval and expiry. Data manipulation in this cache daemon is performed via standard SQL statements so we call it SQLcached. It is a practical, usable solution already implemented in several large web sites