X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcachedutil.html;h=e92b46071167ce14c3709f803936942c28ff90fd;hb=8e881147092c89d833076e39960b0e09668fc6db;hp=28752a705269bb22473b6ee3891c64414784c710;hpb=357fb245dde952b47f190c7eff413fc5017c2049;p=awesomized%2Flibmemcached diff --git a/libmemcachedutil.html b/libmemcachedutil.html index 28752a70..e92b4607 100644 --- a/libmemcachedutil.html +++ b/libmemcachedutil.html @@ -21,10 +21,10 @@ - - - - + + + + @@ -175,28 +175,28 @@

Utility library for libmemcached

SYNOPSIS¶

-
-
#include <libmemcachedutil-1.0/util.h>

Compile and link with -lmemcachedutil

-
+
+
#include <libmemcachedutil-1.0/util.h>
+
Compile and link with -lmemcachedutil -lmemcached

DESCRIPTION¶

-

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

+

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

-
-

THREADS¶

-

Do not try to access an instance of memcached_st from multiple threads -at the same time. If you want to access memcached from multiple threads -you should either clone the memcached_st, or use the memcached pool -implementation. See memcached_pool_create().

+
+

THREADS AND PROCESSES¶

+

Do not try to access an instance of memcached_st from multiple threads at the +same time. If you want to access memcached from multiple threads you should +either clone the memcached_st, or use the memcached pool implementation. See +memcached_pool().

SEE ALSO¶