On Mar 5, 8:51 pm, theRat <[email protected]> wrote:
> Hello all,
>
> I'm using the java memcached client from danga - version 2.0.1.
There's not a client from Danga. The client with the com.danga
namespace comes from whalin.com. Looks like it's been repackaged as
com.meetup in newer versions.
> I
> can't find anywhere in the
> documentation where it says that an instance of com.danga.MemCached/
> MemCachedClient is multi-threaded. Anyone know? Is it safe for me to
> have multiplethreads reading/writing to the same instance of
> MemCachedClient at the same time?
From looking at the code, I'd think it's probably safe for sets and
gets, though I'd be more comfortable if more fields were final.