This is a fork of the Danga memcached module for Python. Memcached is a
high-performance daemon which can run on multiple systems and cache database
queries and other data to improve performance. For example, JOTWeb can use
memcached to cache rendered pages resulting in being about 25% slower than
Apache serving static pages when serving cached pages.
This is a fork of the code written by the folks at Danga (the authors of
memcached). The base code has some bugs in it, and is missing some API
routines, which the tummy fork fixes/includes. Danga has not expressed any
interest ...