1..::docs::libmemcachedutil(3) libmemcachedutil ..::docs::libmemcachedutil(3)
2
3
4
6 libmemcachedutil - Utility library for libmemcached
7
9 C Client Library containing utility functions for libmemcached
10 (libmemcachedutil, -lmemcachedutil)
11
13 cc [ flag ... ] file ... -lmemcachedutil
14
15 #include <libmemcached/memcached_util.h>
16
18 libmemcachedutil is a small and thread-safe client library that
19 provides extra functionality built on top of libmemcached.
20
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
28 To find out more information please check:
29 <http://tangent.org/552/libmemcached.html>
30
32 Trond Norbye, <trond.norbye@sun.com>
33
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)