I'm experiencing intermittent problems using memcached extension. The error number is: 31 Which translates to the reason: A TIMEOUT OCCURRED
Restarting memcached doesn't help. Restarting fcgi php instances helps (along with lighttpd1.5). I haven't tried just restarting the php instances. /var/log/memcached.log has a size of 0 bytes. echo stats | nc 127.0.0.1 11211 STAT version 1.4.2 This is the php extension i'm installing memcached-2.0.0b2 (using igbinary) These are the versions of packages I used to recompile memcached * libmemcached from https://github.com/trondn * igbinary from https://github.com/phadej * http://www.monkey.org/~provos/libevent-2.0.12-stable * http://pecl.php.net/get/memcached-2.0.0b2 Running on an ubuntu server Ubuntu 10.04.2 LTS Any ideas?
