lishunli / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

option to make the MemcachedClient thread a daemon #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The memcached client object cannot be disconnected and reused.

An option to daemonize the thread would help for webapps -- right now
tomcat won't shut down because the memcached client thread is still running.

Cheers,
-Daniel

Original issue reported on code.google.com by daniel.p...@gmail.com on 2 Apr 2008 at 2:57

GoogleCodeExporter commented 9 years ago

Original comment by dsalli...@gmail.com on 15 Apr 2008 at 5:00

GoogleCodeExporter commented 9 years ago
Added as a connection factory option in d2666943a0db88a68045550cebf4fd8a2ac39876

Original comment by dsalli...@gmail.com on 3 May 2008 at 6:23