6 month ago
Rod Begbie : Break Up the Memcache Dog Pile - Good tips on how to use memcache in a way that doesn't put a huge strain on your database every time the cache expires. #
# copy
10 month ago
nelson : A Twitter bug in detail - Nice explanation of why updates were going missing for a few days
# copy
21 month ago
Simon Willison : cmemcache - cmemcache. Python extension for libmemcache which provides more than twice the performance of the pure-Python memcached client. Supported by Django development version.
Rod Begbie : Python extension for libmemcache - C-based client for accessing memcached from Python. Reportedly at least 2 times faster than the pure python python-memcache library. [via] #
# copy