Archive for November, 2010
python-libevent preview available
If you want to use the power of libevent in your Python programs, you might want to checkout the new library “python-libevent”.
Initial preview code has been released on github, feedback is very welcome!
Tested with Python 2.5+ and libevent2.0.9+ on Linux (x86_64).
python-continuum released
As a result of the article I discovered yesterday, there is a new Python library available now which can be used to perform consistent hashing. See this page for details and Github for some code.
Consistent Hashing
Just stumbled upon an article explaining the technique of “consistent hashing”. Something that helps in determining one of several horizontally scaled servers to use for a given (cache) key.
Nice read and something I didn’t hear of before:
http://www.tomkleinpeter.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/
Already thinking of where to use it… 😉