Re: Is memcached server response guaranteed to be in order?

2014-10-23 Thread dormando
I don't believe any binprot commands are out of order presently. However the protocol *allows* them to be out of order. it's probably a bug you're seeing in the client. also make sure your memcached daemon is up to date. On Thu, 23 Oct 2014, Yaowen Tu wrote: > Thanks for your response. > Could yo

Re: Is memcached server response guaranteed to be in order?

2014-10-23 Thread Yaowen Tu
Thanks for your response. Could you please give me more information about individual commands? In which case it would be out of order? I am using xmemcached client and seeing some weird behavior with binary command, but text command works. I know there are some bugs in xmemcached client binary c

Re: Is memcached server response guaranteed to be in order?

2014-10-23 Thread dormando
with the ascii protocol, yes. It would not work otherwise. with the binary protocol, the answer is also currently yes, but the ordering isn't strict and could be up to the individual commands. On Wed, 22 Oct 2014, Yaowen Tu wrote: > > If I have a client that creates a TCP connection, and send mu

Is memcached server response guaranteed to be in order?

2014-10-22 Thread Yaowen Tu
If I have a client that creates a TCP connection, and send multiple commands to the memcached server, will server guaranteed to respond to these commands in the same order? Thanks, Yaowen -- --- You received this message because you are subscribed to the Google Groups "memcached" group.