Hey thanks for sharing the links.

Ya that's true to fix the leak in library rather then implementing new
library, but since libmemcached does not support bianry protocal ,
hence one day I have to get rid of it. So decided to write my own
implementation.

Viks.


On Mar 29, 11:54 am, Dustin <[email protected]> wrote:
> On Mar 28, 10:20 pm, Viks <[email protected]> wrote:
>
> > Hi All,
>
> > I am using memcached since last 2 years and was found of its power.
> > Recently i found that the client library i was using is leaking (as
> > this time i had implemented it inside my daemon). I am using
> > libmemcached.a (version 0.25). Now my problem is I can't upgrade it to
> > recent version as I am using gcc 3.3.5 and 2.4 kernel. Its sounds very
> > wired but I have no other option except to write own client library. I
> > was looking for any RFC or standard protocol which memcached if
> > following.
>
>  https://github.com/memcached/memcached/blob/master/doc/protocol.txt
>  http://code.google.com/p/memcached/wiki/MemcacheBinaryProtocol
>
> I find it much easier to work with the binary protocol, thought it
> seems like fixing the problem you're running into in the library
> you're using would be far less costly.

Reply via email to