I have been working with Memcache and PHP for a long time, and everything was fine, but now I get this error every 10-15 minutes.
MemcachePool::get(): Server localhost (tcp 11211, udp 0) failed with: Network timeout
I thought it might be because of the firewall or something like that, so I turned on my firewall but did not stop giving this message.
After each error, I have to restart memcache.
And this is Memcache not with D on a Windows 7 machine with TSV 5.4.5 MSVC9. I cannot figure out what to do with this Network Timeout problem now . What can be done to solve this problem.
Currently, I only have one local machine with Windows 7, so I cannot create a Memcache cluster or install Memcache (D).
Not sure if this is a problem with memcache daemon or client.
source
share