p2p web cacheのdijjer

p2p web cacheにはsquidやcoralなどがあるが,dijjerもそのひとつ。coralは特定なサーバーに頼っているけれども,dijjerは純粋なp2pソフトウェアなので,使っている人間同士のコンピュータに頼ることになる。dijjerはjavaでつくられているのでクロス・プラットフォームで一旦dijjerクライアントをインストールしてしまえば後はブラウザーでリンクをクリックするだけでいい。

Dijjer is a peer-to-peer web cache. The concept of a web cache is not new, one of the best known is the Squid Web Proxy Cache. These help, but only reduce server bandwidth if multiple people on the network served by the web cache download the same file. There is also the Coral P2P Cache, but this relies on specialised servers, rather than resources provided by data consumers. Relative to this, Dijjer is "pure" P2P because it relies on the computers of those using it, and is almost completely decentralised.

http://dijjer.org/