[PHP] Memcache problems

2011-02-03 Thread Jostein Eriksen
Hi, I've been having some problems with memcache lately. It seems to me that php is dropping connection to the memcache server mid way through the scripts. I've sat the failure_callback to log failures. And I'm getting a lot of them. Several every minute. I'm quite stuck now and realy dont kn

Re: [PHP] Memcache problems

2011-02-03 Thread Jostein Eriksen
ld be an issue with the networking driver, on the other hand it could be neither; but to help you figure out where to look, one should hope to see a little bit more info... ~Alex On Thu, Feb 3, 2011 at 3:10 PM, Jostein Eriksen wrote: Hi, I've been having some problems with memcache lately.

Re: [PHP] Memcache problems

2011-02-03 Thread Jostein Eriksen
On 02/03/2011 10:49 PM, Adam Richardson wrote: On Thu, Feb 3, 2011 at 4:19 PM, Jostein Eriksen wrote: Both php and memcached is running on the same server. memcached version 1.2.2 php5-memcache version 2.2.0 php version 5.2.4 here is a snippet from my code that may be of interest $cfg

Re: [PHP] Memcache problems

2011-02-04 Thread Jostein Eriksen
~Alex On Thu, Feb 3, 2011 at 5:00 PM, Jostein Eriksen wrote: On 02/03/2011 10:49 PM, Adam Richardson wrote: On Thu, Feb 3, 2011 at 4:19 PM, Jostein Eriksen wrote: Both php and memcached is running on the same server. memcached version 1.2.2 php5-memcache version 2.2.0 php version 5