Php 原则1.2:Memcache网络超时(0)

Php 原则1.2:Memcache网络超时(0),php,linux,doctrine,memcached,symfony-1.4,Php,Linux,Doctrine,Memcached,Symfony 1.4,我已经使用Memcache和PHP很长时间了,一切都很好,但现在每次响应后我都会遇到这个错误。第1.2条规定将触发该事件 注意:MemcachePool::getextendedstats:Server localhost tcp 11211,udp 0失败:第141行/var/www/yoveo/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Cache/Memcache.php中的网络超时0 它是当前的m

我已经使用Memcache和PHP很长时间了,一切都很好,但现在每次响应后我都会遇到这个错误。第1.2条规定将触发该事件

注意:MemcachePool::getextendedstats:Server localhost tcp 11211,udp 0失败:第141行/var/www/yoveo/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Cache/Memcache.php中的网络超时0

它是当前的memcache版本,在linux ubuntu机器上安装memcahed,PHP5.4.17版本。我不明白现在如何处理这个网络超时问题。我们可以做些什么来解决这个问题

目前,我只有一台本地机器使用linux ubuntu


不确定是memcache守护进程还是客户端问题。

确保memcached正在运行:

/etc/init.d/memcached status
如果不是,请从以下内容开始:

/etc/init.d/memcached start

确保memcached正在运行:

/etc/init.d/memcached status
如果不是,请从以下内容开始:

/etc/init.d/memcached start