How to update a database using memcached

2014-08-01 Thread Tristup Ghosh
Hi, My question is how to update a value to db by using the memcached. If I am set a new value to cache using my application and I want it to be updated to database, is it possible if yes please help. Thanks in advance. Regards Tristup Ghosh -- --- You received this message because you are

Re: LRU lock per slab class

2014-08-01 Thread Dormando
On Jul 31, 2014, at 10:01 AM, Byung-chul Hong byungchul.h...@gmail.com wrote: Hello, I'm testing the scalability of memcached-1.4.20 version in a GET dominated system. For a linked-list traversal in a hash table (do_item_get), it is protected by interleaved lock (per bucket), so