Re: Compile fails on Mavericks (Xcode 5 really)

2014-11-29 Thread vivek verma
Hi, Can you please specify how to manually remove pthread? I don't have certain rights in the system, so can't follow other solutions. Thanks On Wednesday, October 23, 2013 8:18:35 PM UTC+5:30, Matt Galvin wrote: Hello, On both Mac OS X 10.8 and the new 10.9 with Xcode 5 memcached fails to

Re: Compile fails on Mavericks (Xcode 5 really)

2014-11-29 Thread vivek verma
https://groups.google.com/forum/#!topic/memcached/Ek5Z8VULEgc On Sat, Nov 29, 2014 at 10:32 PM, vivek verma 1990vivekkumarve...@gmail.com wrote: Hi, Can you please specify how to manually remove pthread? I don't have certain rights in the system, so can't follow other solutions. Thanks On

Re: Compile fails on Mavericks (Xcode 5 really)

2014-11-29 Thread dormando
Please use a newer source tarball from http://memcached.org/ - this was fixed ages ago. On Sat, 29 Nov 2014, vivek verma wrote: Hi, Can you please specify how to manually remove pthread? I don't have certain rights in the system, so can't follow other solutions. Thanks On Wednesday,

Re: Issue 384 in memcached: memcached refuse to recv data if the client send too much data without recving

2014-11-29 Thread memcached
Comment #1 on issue 384 by dorma...@rydia.net: memcached refuse to recv data if the client send too much data without recving https://code.google.com/p/memcached/issues/detail?id=384 I'm *pretty* sure this affects all versions. I remember very old versions definitely being affected by

Re: sets failing, nothing going over the network

2014-11-29 Thread dormando
Hey, http://memcached.org/timeouts - sounds like you've already done some tcp dumping, so checking the stats as mentioned in here and running the test script a bit should illuminate things a bit. On Fri, 21 Nov 2014, kgo...@bepress.com wrote: A couple months ago, we moved our memcached nodes

Re: memcached 1.4.13: -remove() sometimes doesn't work

2014-11-29 Thread dormando
Are your sets or any other functions failing sometimes? Are you just more likely to notice with a delete? The only issues have always been with the client. Old clients would send invalid args to the delete command (though it doesn't seem like you're doing that here). You might just be failing to

Re: Issue 381 in memcached: Incomplete command does not result in ERROR response

2014-11-29 Thread memcached
Updates: Status: Invalid Comment #1 on issue 381 by dorma...@rydia.net: Incomplete command does not result in ERROR response https://code.google.com/p/memcached/issues/detail?id=381 memcached ascii protocol will wait indefinitely for a newline at least. -- You received this message

Re: Issue 384 in memcached: memcached refuse to recv data if the client send too much data without recving

2014-11-29 Thread memcached
Comment #2 on issue 384 by kelvin0...@gmail.com: memcached refuse to recv data if the client send too much data without recving https://code.google.com/p/memcached/issues/detail?id=384 @dorma Actually version of libmemcached among these servers I tested differs with each other. So the