Re: undefined reference to `__sync_fetch_and_add_4

2010-07-27 Thread KaiGai Kohei
(2010/07/28 3:11), Bill Moseley wrote: Building the Memcached-libmemcached-0.4201 Perl module and I get the following: ... CC clients/ms_thread.o CCLD clients/memslap clients/ms_conn.o: In function `ms_get_udp_request_id':

Re: undefined reference to `__sync_fetch_and_add_4

2010-07-27 Thread Bill Moseley
2010/7/27 KaiGai Kohei kai...@ak.jp.nec.com clients/ms_thread.o:/home/bill/.cpan/build/Memcached-libmemcached-0.4201-nWi5dF/src/libmemcached/clients/ms_thread.c:208: more undefined references to `__sync_fetch_and_add_4' It is a localism of GCC.

Multi Get

2010-07-27 Thread jdoliner
It seems that memcached does not comply with the memcached protocol regarding multi gets. In particular it seems that given a series of getq it will respond to them without being uncorked by a non quiet command. Am I correct that this is the implemented behavior? And if so do you know of any