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