Merged trunk.
[m6w6/libmemcached] / docs / libmemcachedutil.rst
1 .. highlight:: perl
2
3
4 ****
5 NAME
6 ****
7
8
9 libmemcachedutil - Utility library for libmemcached
10
11
12 *******
13 LIBRARY
14 *******
15
16
17 C Client Library containing utility functions for libmemcached (libmemcachedutil, -lmemcachedutil)
18
19
20 ********
21 SYNOPSIS
22 ********
23
24
25
26 .. code-block:: perl
27
28 cc [ flag ... ] file ... -lmemcachedutil
29
30 #include <libmemcached/memcached_util.h>
31
32
33
34 ***********
35 DESCRIPTION
36 ***********
37
38
39 \ **libmemcachedutil**\ is a small and thread-safe client library that provides
40 extra functionality built on top of \ **libmemcached**\ .
41
42
43 *******
44 THREADS
45 *******
46
47
48 Do not try to access an instance of \ ``memcached_st``\ from multiple threads
49 at the same time. If you want to access memcached from multiple threads
50 you should either clone the \ ``memcached_st``\ , or use the memcached pool
51 implementation. see memcached_pool_create(3).
52
53
54 ****
55 HOME
56 ****
57
58
59 To find out more information please check:
60 `https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
61
62
63 ******
64 AUTHOR
65 ******
66
67
68 Trond Norbye, <trond.norbye@gmail.com>
69
70
71 ********
72 SEE ALSO
73 ********
74
75
76 libmemcached(3) memcached_pool_create(3) memcached_pool_destroy(3) memcached_pool_pop(3) memcached_pool_push(3)
77