. Memcached . , MySQL. http://downloads.mysql.com/docs/mysql-memcached-en.pdf
, , :
, . , , ( -vv verbose, , ascii ). , , .
, , , telnet.
STAT accepting_conns 1
STAT listen_disabled_num 0
listen disabled_num 0, . , memcached .
Memcached, PHP, :
$this->m = new Memcached();
$this->m->setOption(Memcached::OPT_TCP_NODELAY, true);
$this->m->setOption(Memcached::OPT_LIBKETAMA_COMPATIBLE, true);
$this->m->setOption(Memcached::OPT_SERIALIZER, Memcached::SERIALIZER_IGBINARY);
, , - , memcached (, memcached.sess_lock_wait memcached.ini, . php -i|grep memcached ).
!