X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcachedutil.html;h=d7400b986111bd9dee744a20ecd05e24df9b3f1d;hb=c6fde8b6a27b6af31f0cf26a9cdccd54cd25734a;hp=28752a705269bb22473b6ee3891c64414784c710;hpb=357fb245dde952b47f190c7eff413fc5017c2049;p=awesomized%2Flibmemcached diff --git a/libmemcachedutil.html b/libmemcachedutil.html index 28752a70..d7400b98 100644 --- a/libmemcachedutil.html +++ b/libmemcachedutil.html @@ -182,15 +182,15 @@

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_create().

SEE ALSO¶