I have a python web app that uses the pylibmc module to connect to a memcached server. If I test my app with requests once per second or slower, everything works fine. If I
I ran into the same issue running Django on Apache. Switching from pylibmc to python-memcached eliminated the problem for me.
pylibmc
python-memcached