libmemcachedutil

Langue: en

Autres versions - même langue

Version: 2010-01-07 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

libmemcachedutil - Utility library for libmemcached

LIBRARY

C Client Library containing utility functions for libmemcached (libmemcachedutil, -lmemcachedutil)

SYNOPSIS

   cc [ flag ... ] file ... -lmemcachedutil
 
   #include <libmemcached/memcached_util.h>
 
 

DESCRIPTION

libmemcachedutil is a small and thread-safe client library that provides extra functionality built on top of libmemcached.

THREADS

Do not try to access an instance of "memcached_st" from multiple threads at the same time. If you want to access memcached from multiple threads you should either clone the "memcached_st", or use the memcached pool implementation. see memcached_pool_create(3).

HOME

To find out more information please check: <https://launchpad.net/libmemcached>

AUTHOR

Trond Norbye, <trond.norbye@gmail.com>

SEE ALSO

libmemcached(3) memcached_pool_create(3) memcached_pool_destroy(3) memcached_pool_pop(3) memcached_pool_push(3)