Sciweavers

TON
2002

Efficient randomized web-cache replacement schemes using samples from past eviction times

13 years 4 months ago
Efficient randomized web-cache replacement schemes using samples from past eviction times
The problem of document replacement in web caches has received much attention in recent research, and it has been shown that the eviction rule "replace the least recently used document" performs poorly in web caches. Instead, it has been shown that using a combination of several criteria, such as the recentness and frequency of use, the size, and the cost of fetching a document, leads to a sizable improvement in hit rate and latency reduction. However, in order to implement these novel schemes, one needs to maintain complicated data structures. We propose randomized algorithms for approximating any existing web-cache replacement scheme and thereby avoid the need for any data structures. At document-replacement times, the randomized algorithm samples documents from the cache and replaces the least useful document from the sample, where usefulness is determined according to the criteria mentioned above. The next least useful documents are retained for the succeeding iteration. ...
Konstantinos Psounis, Balaji Prabhakar
Added 23 Dec 2010
Updated 23 Dec 2010
Type Journal
Year 2002
Where TON
Authors Konstantinos Psounis, Balaji Prabhakar
Comments (0)