c/c++ memcached client

Dean Michael C. Berris dmberris at friendster.com
Thu May 3 18:14:22 UTC 2007


> -----Original Message-----
> From: memcached-bounces at lists.danga.com [mailto:memcached-
> bounces at lists.danga.com] On Behalf Of Jose Celestino
> Sent: Thursday, May 03, 2007 11:06 AM
> To: Nick Gerakines
> Cc: memcached at lists.danga.com
> Subject: Re: c/c++ memcached client
> 
> Words by Nick Gerakines [Thu, May 03, 2007 at 10:55:10AM -0700]:
> >  I've been looking around for a c/c++ implementation of a memcached
> client
> >  and so far all I've found is libmemcached. I havn't heard to much
about
> it
> >  and it doesn't look like it is updated very often. Can anyone
recommend
> >  something and put me on the right track?
> >
> 
> Used libmemcache (guess you're talking about the one from Sean
> Chittenden) in several projects now. The only anoyances being the
> handling of fatal errors and the logging. What are your requisites?
> 

We were using Sean Cittenden's libmemcache client, but it didn't meet
our requirements. We decided then to implement a type-safe/type-aware
C++ memcache client library in house, which we will be releasing under
an open source license in due time.

It features better fatal error handling, a flexible easy to extend C++
library which is header-only, and thread-aware behavior.

We're using the Boost C++ Libraries under the hood, and will most
probably be releasing it under the Boost C++ license. We're still
polishing it though, but it should be ready in the next few weeks for
public consumption.

You may email me directly if you're interested.

Thanks, and HTH.

--
Dean Michael Berris
<dmberris at friendster.com>
Mobile: +639287291459
YMID: mikhailberis



More information about the memcached mailing list