How to update/store entries into memcache from C++ FastCGI process?

Sergey A. Osokin osa at FreeBSD.ORG.ru
Thu Jun 17 10:03:23 MSD 2010


Hi,

On Thu, Jun 17, 2010 at 12:32:02AM -0400, drvirens wrote:
> 
...
> 
> I am mainly looking for equivalents of following two PHP calls in C/C++
> on that link (please search on that page) :
> 1) memcache_connect
> 2) memcache_add
> 

libmemcache is a high-performance C interface for databases/memcached.
memcached is a distributed memory object caching system, generic in
nature, but intended for use in speeding up dynamic web applications
by alleviating database load.

http://people.freebsd.org/~seanc/libmemcache/

-- 
Sergey A. Osokin,
osa at FreeBSD.ORG.ru
osa at FreeBSD.ORG



More information about the nginx mailing list