Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

cmemcache. Python extension for libmemcache which provides more than twice the performance of the pure-Python memcached client. Supported by Django development version.

Tagged , , , ,

2 comments

  1. 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 - #

  2. 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 :)

    Šime Ramov - 30th March 2007 17:54 - #

Comments are closed.
A django site