jsxiao / spymemcached

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

Is MemcachedClient thread safe #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, thanks for this nice lib and api.

I have one question.
Can I create one new MemcachedClient, and use it everywhere?

Thanks!

Best regards!
Jiming 

Original issue reported on code.google.com by jiming...@gmail.com on 2 May 2008 at 3:37

GoogleCodeExporter commented 8 years ago
Absolutely, that is the intended usage of the API.  Initialize it once, use it 
forever.

Original comment by dsalli...@gmail.com on 2 May 2008 at 3:54