Re: Why old version of memcached use 'item_global_lock' when shift shifting hashtable bucket items?

2017-07-23 Thread dormando
The item_global_lock had to be held when any part of the code touched the hash table for any reason. On Wed, 12 Jul 2017, Qinghai Liu wrote: > Hello, everybody! I understand the new version of  Memcached not uses > item_global_lock when shifting hashtable bucket items, but the old version of >

Re: How to calculate production configuration for memcache nodes

2017-07-23 Thread dormando
Hi, > I am using memcache for tomcat websession clusering with help of memcached > session manager library .I got it working for sticky and non sticky for 2 > tomcats with 2 memcache nodes > > I need to implement session replication for 6 tomcat servers in production > > I would like to know how