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

Sign in with OpenID

Auto-HTML: Line breaks are preserved; URLs will be converted in to links.

Manual XHTML: Enter your own, valid XHTML. Allowed tags are a, p, blockquote, ul, ol, li, dl, dt, dd, em, strong, dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup, br, pre

A django site