I use memcachedand use Java spymemcacheto connect to it.
My question is:
Does it have a MemcachedClientbuilt-in connection pool?
Is it possible to reuse the class instance for parallel work in memcached, or do I need to create a new instance every time I need it?
source
share