Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Consistent Hashing. Beautifully clear explanation of consistent hashing, a simple technique that allows you to add new caching servers to a cluster without re-hashing your keys and hence invalidating all of your caches.

Tagged , , ,

1 comment

  1. That article by Tom Kleinpeter inspired me to write Flexihash, a consistent hashing implementation for PHP, open source under the MIT licence. Just in case anybody else building scalable web apps is still using PHP ;)

    Paul Annesley - 10th May 2008 07:19 - #

Comments are closed.
A django site