apr_memcache, which is now part of the APR-util distribution, is an option:
http://apr.apache.org/ It doesn't include code for consistent hashing itself, but the most recent version in subversion allows you to specify your own custom hash and server selection callback functions, so integrating with something like libketama or your own consistent hashing library would be fairly straightforward. On 8/28/07, Qiangning Hong <[EMAIL PROTECTED]> wrote: > On 8/29/07, Mikael Johansson <[EMAIL PROTECTED]> wrote: > > The next version of pecl/memcache will support consistent hashing > > (there's working code in CVS), can't say when it'll be released though > > and we're also waiting to see some sort of standardization on the > > consistent hashing issue. > > I'd like to know if libmemcache or any other C library is using > consistent hashing? > > -- > Qiangning Hong > http://www.douban.com/people/hongqn/ >
