NullPointerException
Dustin Sallings
dustin at spy.net
Mon Oct 15 07:08:47 UTC 2007
On Oct 14, 2007, at 23:27, Hanson Char wrote:
> I am not using this memcached client, but my guess is can it be
> related to concurrency issue ? On Dustin's website:
>
> "This is a simple, asynchronous, single-threaded memcached client
> written in java."
>
> so there can be problem if the client is used in a non
> single-threaded, concurrent environment.
It's designed to be used in heavily concurrent situations. Note
that memcached is (typically) a single-threaded program as well. You
don't need a lot of threads to move a lot of data around.
--
Dustin Sallings
More information about the memcached
mailing list