Squirrel (DHT)
From Wikipedia, the free encyclopedia
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (February 2009) |
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 look up the file 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.
[edit] External links
| This network-related software article is a stub. You can help Wikipedia by expanding it. |