cmemcache. Python extension for libmemcache which provides more than twice the performance of the pure-Python memcached client. Supported by Django development version.
cmemcache. Python extension for libmemcache which provides more than twice the performance of the pure-Python memcached client. Supported by Django development version.
For those interested, here's the (tiny) Django changeset:
http://code.djangoproject.com/changeset/4827
But it looks to me like there's a significant problem with cmemcache:
"
start memcached, create Client, kill memcached, start memcached, do a get() and python process exits
"
For now, python-memcache is fast enough for me. ;-)
Jeremy Dunck - 27th March 2007 14:51 - #
Jeremy: Thanks! It just happened to me while restarting memcached, Django site just stopped working (killed the Python processes). I didn't even realized it has to do with cmemcache.
Well, back to python-memcache then :)