25936d85f8f124e200fc7ed58a34444957950c80
[awesomized/libmemcached] / docs / man / libmemcachedutil.3
1 .TH "LIBMEMCACHEDUTIL" "3" "April 08, 2011" "0.47" "libmemcached"
2 .SH NAME
3 libmemcachedutil \- libmemcached Documentation
4 .
5 .nr rst2man-indent-level 0
6 .
7 .de1 rstReportMargin
8 \\$1 \\n[an-margin]
9 level \\n[rst2man-indent-level]
10 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
11 -
12 \\n[rst2man-indent0]
13 \\n[rst2man-indent1]
14 \\n[rst2man-indent2]
15 ..
16 .de1 INDENT
17 .\" .rstReportMargin pre:
18 . RS \\$1
19 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
20 . nr rst2man-indent-level +1
21 .\" .rstReportMargin post:
22 ..
23 .de UNINDENT
24 . RE
25 .\" indent \\n[an-margin]
26 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
27 .nr rst2man-indent-level -1
28 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
29 .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
30 ..
31 .\" Man page generated from reStructeredText.
32 .
33 .sp
34 Utility library for libmemcached
35 .sp
36 C Client Library containing utility functions for libmemcached (libmemcachedutil, \-lmemcachedutil)
37 .sp
38 .nf
39 .ft C
40 cc [ flag ... ] file ... \-lmemcachedutil
41
42 #include <libmemcached/memcached_util.h>
43 .ft P
44 .fi
45 .sp
46 \fBlibmemcachedutil\fP is a small and thread\-safe client library that provides
47 extra functionality built on top of \fBlibmemcached\fP.
48 .sp
49 Do not try to access an instance of \fBmemcached_st\fP from multiple threads
50 at the same time. If you want to access memcached from multiple threads
51 you should either clone the \fBmemcached_st\fP, or use the memcached pool
52 implementation. see memcached_pool_create(3).
53 .sp
54 To find out more information please check:
55 \fI\%https://launchpad.net/libmemcached\fP
56 .sp
57 \fIlibmemcached(3)\fP
58 \fImemcached_pool_create(3)\fP \fImemcached_pool_destroy(3)\fP \fImemcached_pool_pop(3)\fP \fImemcached_pool_push(3)\fP
59 .SH AUTHOR
60 Brian Aker
61 .SH COPYRIGHT
62 2011, Brian Aker
63 .\" Generated by docutils manpage writer.
64 .\"
65 .