タグ
Consistent Hashing は、 複数のノードにレコードを分散させる方法として、 Amazon Dynamo や Cache::Memcached::Fast などで使われているアルゴリズムです。 この文章では、Perl で実際に Consistent Hashing を実装し、 その特徴を理解することを目的とします... 続きを読む
The SHOP.COM Cache System is now available at http://code.google.com/p/sccache/The SHOP.COM Cache System is an object cache system that...is an in-process cache and external, shared Cacheis horizontally scalablestores cached objects to disksu... 続きを読む

