Re: memcached pipelining + cancellation

2013-12-26 Thread dormando
> Howdy memcached, > I've been thinking about how to cancel an in-flight pipelined request to > memcached.  I'm using an RPC stack called finagle, and it typically cancels > RPCs in a single, standardized way, by closing the connection.  However, if > requests are pipelined, I could > accidental

memcached pipelining + cancellation

2013-12-26 Thread Moses Nakamura
Howdy memcached, I've been thinking about how to cancel an in-flight pipelined request to memcached. I'm using an RPC stack called finagle, and it typically cancels RPCs in a single, standardized way, by closing the connection. However, if requests are pipelined, I could accidentally cancel ma