-
-

Introducing libmemcachedutil¶

+
+

libmemcachedutil - C/C++ utilities extending libmemcached¶

Utility library for libmemcached

SYNOPSIS¶

-
cc [ flag ... ] file ... -lmemcachedutil
-
-#include <libmemcached/memcached_util.h>
-
-
+
+
#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¶

-

libmemcached(3) memcached_pool_create(3) memcached_pool_destroy(3) memcached_pool_pop(3) memcached_pool_push(3)

+
@@ -652,10 +209,10 @@ implementation. see - + - +