mike252004 / spymemcached

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

is spymemcached thread safe? #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
what i mean is when 
MemcachedClient mc = null;
try {
    mc=new MemcachedClient(new InetSocketAddress("127.0.0.1", 11211));
} catch (IOException e) {
    e.printStackTrace();
}
then i can using mc in multi threaded env?

Original issue reported on code.google.com by azhouli...@gmail.com on 22 Dec 2009 at 2:39

GoogleCodeExporter commented 8 years ago
This is not a bug.

Original comment by dsalli...@gmail.com on 22 Dec 2009 at 2:45