Re: Issue 186 in memcached: Thread stack size should be set explicitly to reduce virtual memory usage

2011-07-29 Thread memcached
Comment #3 on issue 186 by seojia...@gmail.com: Thread stack size should be set explicitly to reduce virtual memory usage http://code.google.com/p/memcached/issues/detail?id=186 a href=http://www.wholedress.co.uk/wedding-dresses.html;wedding dresses/a

Issue 211 in memcached: cachedump limits

2011-07-29 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 211 by brillian...@gmail.com: cachedump limits http://code.google.com/p/memcached/issues/detail?id=211 Please add option for cachedump I'll get all key-list.But I get key-list for 2MB.

Re: Issue 211 in memcached: cachedump limits

2011-07-29 Thread memcached
Comment #1 on issue 211 by brillian...@gmail.com: cachedump limits http://code.google.com/p/memcached/issues/detail?id=211 Memcached:1.4.6

Can anyone tell me the benifit of libmemcached pool?

2011-07-29 Thread nuanran
Thank you!

Re: Can anyone tell me the benifit of libmemcached pool?

2011-07-29 Thread Trond Norbye
You would use a pool of libmemcached instances in your multithreaded application to avoid initiating, connect, disconnect and destroy each time one of the threads wants to send a request to the memcached cluster. Instead you can get an instance from the pool, use it, and put it back in the pool