Hi,
     I have started memcached servers on 5 nodes and assigned 1GB
memory to each server. Now, I have two MemCached java clients and I
connect to all the 5 memCached servers from each of them. The first
java client tries to set some of the <key,value> pairs in the memcache
server and the second java client tries to set other <key,value> pairs
distinct from the ones being set by the first memcached java client.
This task is being done in parallel and I notice that keys are not
being set correctly.
  Suppose we have 3 memcached servers : s1,s2,s3
                            2 memcached clients: m1,m2

  Can both m1 and m2 set some <key,value> pairs in the memcached
servers in parallel?

  I have noticed that many values are being set to null when I am
trying to do this operation. Kindly let me know what could be the
problem.

Thanks.
Shrav

Reply via email to