Detecting failed memcached servers

2008-12-06 Thread Bill Moseley
In a web application I'm using a pool of servers with Ketama hashing. I'm using Memcached::libmemcached, and I'm persisting the "memc" handle between requests, per process. If a get() or set() call fails due to a memcached server failure I want to pull that server out of the server list so that n

Re: memcache expiring storage values

2008-12-06 Thread Justin Mecham
I believe that's what I'm going to do. :-) On Dec 5, 9:07 am, "Josef Finsel" <[EMAIL PROTECTED]> wrote: > I can understand what you're trying to do, which is why I suggested you look > at some of the projects that use memcached as their starting point, like > memcachedb. > However, if you're buil