Squirrel (DHT)
From Wikipedia, the free encyclopedia
This article may not meet the general notability guideline or one of the following specific guidelines for inclusion on Wikipedia: Biographies, Books, Companies, Fiction, Music, Neologisms, Numbers, Web content, or several proposals for new guidelines. If you are familiar with the subject matter, please expand or rewrite the article to establish its notability. The best way to address this concern is to reference published, third-party sources about the subject. If notability cannot be established, the article is more likely to be considered for redirection, merge or ultimately deletion, per Wikipedia:Guide to deletion. This article has been tagged since November 2007. |
Squirrel is a distributed hash table (DHT) web cache system designed to share the web caches of participating users. When a user requests a file, Squirrel contacts the member of a DHT who should be the owner of that file, and gets it from that member (referred to as home-store). Alternately, it can lookup, from that "owning" member, and return a list of other users who have recently downloaded the file, and get it from them (referred to as directory-store). Directory-store turns out to be slightly slower.
[edit] References
- S. Iyer, A. Rowstron, P. Druschel (July 2002) Principles of Distributed Computing.