Re: (tcp 11211) failed with: Connection timed out (110)

2011-11-28 Thread moses wejuli
hi brian, i notice this thread was last active over a year ago.. so i thought it was about time for a recap (in light of the fact that documentation for pecl/memcache and pecl/memcached is sometimes not always up-to-date) -- 1) has the persistent connections bug in pecl/memcached been fixed , and

Re: (tcp 11211) failed with: Connection timed out (110)

2010-09-09 Thread Patrick Galbraith
m Subject: Re: (tcp 11211) failed with: Connection timed out (110) On 9/7/10 10:50 AM, the_fonz wrote: We are running memcached 1.2.5 with php-pecl-memcache-2.2.3 (we also tried with memcache 1.4.5 but had the same errors). We have PHP 5.2.6 running on x86 Hardware with Red Hat 5.5.

Re: (tcp 11211) failed with: Connection timed out (110)

2010-09-09 Thread Brian Moon
On 9/9/10 10:20 AM, the_fonz wrote: We reverted back to 1.4.5. Still get continuous timed out connections with no increase in listen_disabled_num I read http://brian.moonspot.net/php-memcached-issues I see that PECL/memcached is buggy for persistent connections but am wondering if I should ena

Re: (tcp 11211) failed with: Connection timed out (110)

2010-09-09 Thread the_fonz
oups.com > > CC: tim_stockf...@hotmail.com > > Subject: Re: (tcp 11211) failed with: Connection timed out (110) > > > On 9/7/10 10:50 AM, the_fonz wrote: > > > We are running memcached 1.2.5 with php-pecl-memcache-2.2.3 (we also > > > tried with memcache 1.4.5 but

RE: (tcp 11211) failed with: Connection timed out (110)

2010-09-07 Thread Tim Stockford
e, 7 Sep 2010 11:19:18 -0500 > From: br...@moonspot.net > To: memcached@googlegroups.com > CC: tim_stockf...@hotmail.com > Subject: Re: (tcp 11211) failed with: Connection timed out (110) > > On 9/7/10 10:50 AM, the_fonz wrote: > > We are running memcached 1.2.5 with php-

Re: (tcp 11211) failed with: Connection timed out (110)

2010-09-07 Thread Brian Moon
On 9/7/10 10:50 AM, the_fonz wrote: We are running memcached 1.2.5 with php-pecl-memcache-2.2.3 (we also tried with memcache 1.4.5 but had the same errors). We have PHP 5.2.6 running on x86 Hardware with Red Hat 5.5. We have six web servers all running Apache 2.2 on prefork mode. Prefork MaxClie

Re: (tcp 11211) failed with: Connection timed out (110)

2010-09-07 Thread Patrick Galbraith
the_fonz wrote: Guys, We are seeing tons of these messages reported; Memcache::get(): Server 10.3.230.15 (tcp 11211) failed with: Connection timed out (110) They are reported on all six of our webservers. Memcache is working but lots of connections are timing out as reported with the above

Re: (tcp 11211) failed with: Connection timed out (110)

2010-09-07 Thread dormando
rote: > Guys, > > We are seeing tons of these messages reported; > > Memcache::get(): Server 10.3.230.15 (tcp 11211) failed with: > Connection timed out (110) > > They are reported on all six of our webservers. Memcache is working > but lots of connections are timing out as re

(tcp 11211) failed with: Connection timed out (110)

2010-09-07 Thread the_fonz
Guys, We are seeing tons of these messages reported; Memcache::get(): Server 10.3.230.15 (tcp 11211) failed with: Connection timed out (110) They are reported on all six of our webservers. Memcache is working but lots of connections are timing out as reported with the above messages. We are

Re: Connection timed out

2009-08-03 Thread fredrik
ied memcached 1.4.0 with same > > result. > > Pecl/Memcache 3.0.4 > > PHP Version 5.2.9 > > > Error: > > Callback says it's "connection timed out". But increasing the timeout > > does not help and pecl/memcached says "system error". > > > Running an stresstest with client and server(localhost) on the same > > machine does not reproduce the error.

Re: Connection timed out

2009-08-02 Thread dormando
ed 1.2.6, but we have also tried memcached 1.4.0 with same > result. > Pecl/Memcache 3.0.4 > PHP Version 5.2.9 > > Error: > Callback says it's "connection timed out". But increasing the timeout > does not help and pecl/memcached says "system error". > >

Re: Connection timed out

2009-08-02 Thread dormando
cached 1.4.0 with same > result. > Pecl/Memcache 3.0.4 > PHP Version 5.2.9 > > Error: > Callback says it's "connection timed out". But increasing the timeout > does not help and pecl/memcached says "system error". > > Running an stresstest with client and server(localhost) on the same > machine does not reproduce the error. >

Re: Connection timed out

2009-08-01 Thread Edward Goldberg
Ok, if you use IP then DNS is not a question here. Next I check the MAX number of connections configured and used. If you have backups running to the Database, the connections can pile up while a database is backed up, and then flood the Memcache after the LOCK is released. Edward M. Goldberg

Re: Connection timed out

2009-08-01 Thread fredrik
We are using ip addresses, no DNS.

Re: Connection timed out

2009-08-01 Thread Edward Goldberg
same > result. > Pecl/Memcache 3.0.4 > PHP Version 5.2.9 > > Error: > Callback says it's "connection timed out". But increasing the timeout > does not help and pecl/memcached says "system error". > > Running an stresstest with client and server(localhost) on the same > machine does not reproduce the error. >

Connection timed out

2009-08-01 Thread fredrik
with same result. Pecl/Memcache 3.0.4 PHP Version 5.2.9 Error: Callback says it's "connection timed out". But increasing the timeout does not help and pecl/memcached says "system error". Running an stresstest with client and server(localhost) on the same machine does not reproduce the error.