On Sep 28, 2008, at 12:02 AM, ScSiI wrote:
Hello! I have a problem with libmemcache... I am writeing an application in C programming language and I am using memcache to ease the load on database. Everything works OK if the memcache daemon is on. If I turn off the memcache daemon application exits. Looks like libmemcache exits if some of the error occurs. Is there a way to handle errors with libmemcache? I am using Debian Linux with: libmemcache0 1.4.0.rc2-1 libmemcache-dev 1.4.0.rc2-1 Thank you very much for any advice or help...
I don't think no one maintains libmemcache anymore, so I would suggest that you try libmemcached instead. In libmemcached errors are returned to the callers, and it also supports a lot of cool features (including upcoming binary protocol).
See: http://tangent.org/552/libmemcached.html Cheers, Trond
