nfhu / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
0 stars 0 forks source link

Make close session more friendly #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When xmemcached instance was stopped,all commands that have been sent to 
memcached would be canceled,then throw MemcachedException.This is not very good 
for stopping client.

I will change the way to stop client instance,sending a quit command to 
memcached instead of closing socket channel directly.

Original issue reported on code.google.com by killme2...@gmail.com on 17 Oct 2010 at 2:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r681.

Original comment by killme2...@gmail.com on 17 Oct 2010 at 3:57