Re: memcached-1.4.20 stuck when "Too many open connections"

2014-10-29 Thread Samdy Sun
*There are no deadlocks*, (gdb) info thread * 5 Thread 0xf7771b70 (LWP 24962) 0x080509dd in transmit (fd=431, which=2, arg=0xfef8ce48) at memcached.c:4044 4 Thread 0xf6d70b70 (LWP 24963) 0x007ad430 in __kernel_vsyscall () 3 Thread 0xf636fb70 (LWP 24964) 0x007ad430 in __kernel_vsyscall

Re: Memcached 1.4.6 64 bit for windows

2014-10-29 Thread moses wejuli
@srividya, do you use windows in your production environment or is this just for your local development environment? thanks, -moses On 29 October 2014 14:21, sekhar mekala wrote: > You can download the version like* Memcached 1.4.5 Windows (64-bit)* > > See for more information below link for

Re: Memcached 1.4.6 64 bit for windows

2014-10-29 Thread sekhar mekala
You can download the version like* Memcached 1.4.5 Windows (64-bit)* See for more information below link for Download the memcached-amd64. http://blog.elijaa.org/index.php?post/2010/08/25/Memcached-1.4.5-for-Windows Regards, Sekhar On Monday, July 18, 2011 3:55:08 PM UTC+5:30, srividhya wrot

memcached-1.4.20 got deadlock

2014-10-29 Thread Samdy Sun
when run out of memory, and use "stats" command, memcached-1.4.20 got deadlock. *STATS_LOCK twice* before unlock. As below calls: server_stats *-->STATS_LOCK();* -->APPEND_STAT -->append_stat -->add_stats (append_stats) -->grow_stats_buf *-->STATS_LOCK();* *-->STATS_UNLOCK();* *-->STATS_UNLOCK

Re: memcached-1.4.20 stuck when "Too many open connections"

2014-10-29 Thread Samdy Sun
Addition, the libevent version is "1.4.14b-stable". -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to memcached+unsubscr...@googlegroups.com. For more options,

Re: memcached-1.4.20 stuck when "Too many open connections"

2014-10-29 Thread Samdy Sun
Addition, the libevent version is "1.4.14b-stable". 在 2014年10月29日星期三UTC+8下午3时01分43秒,Samdy Sun写道: > > Thanks for the reply. > I'am absolutely sure the running version was 1.4.20. And I don't know how > can this happen. > Really, I use unix domain for running, and inet domain just for telnet > ea

Re: memcached-1.4.20 stuck when "Too many open connections"

2014-10-29 Thread Samdy Sun
Thanks for the reply. I'am absolutely sure the running version was 1.4.20. And I don't know how can this happen. Really, I use unix domain for running, and inet domain just for telnet easily. 在 2014年10月29日星期三UTC+8下午2时50分29秒,Dormando写道: > > You're absolutely sure the running version was 1.4.20?