1..::docs::libmemcachedutil(3)  libmemcachedutil  ..::docs::libmemcachedutil(3)
2
3
4

NAME

6       libmemcachedutil - Utility library for libmemcached
7

LIBRARY

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

SYNOPSIS

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

DESCRIPTION

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

THREADS

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

HOME

28       To find out more information please check:
29       <http://tangent.org/552/libmemcached.html>
30

AUTHOR

32       Trond Norbye, <trond.norbye@sun.com>
33

SEE ALSO

35       libmemcached(3) memcached_pool_create(3) memcached_pool_destroy(3)
36       memcached_pool_pop(3) memcached_pool_push(3)
37
38
39
40                                  2009-05-20     ..::docs::libmemcachedutil(3)
Impressum