X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcachedutil.rst;h=f17cd86ba49c2f4019cfa4b189c99f0c14e5eb5b;hb=a1ee4cf8c5fa2119359b40eb2e7933135bcb7700;hp=530043ed5ecca50d87328dd7f89526ff176030a9;hpb=9d8ad7151bed36742138f7422307d19d0d64373c;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcachedutil.rst b/docs/source/libmemcachedutil.rst index 530043ed..f17cd86b 100644 --- a/docs/source/libmemcachedutil.rst +++ b/docs/source/libmemcachedutil.rst @@ -1,38 +1,29 @@ -============================ -Introducing libmemcachedutil -============================ +libmemcachedutil - C/C++ utilities extending libmemcached +========================================================= Utility library for libmemcached - --------- SYNOPSIS -------- -#include - Compile and link with -lmemcachedutil +#include + 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 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`. -------- -THREADS -------- - -Do not try to access an instance of :c:type:`memcached_st` from multiple threads -at the same time. If you want to access memcached from multiple threads -you should either clone the :c:type:`memcached_st`, or use the memcached pool -implementation. See :c:func:`memcached_pool_create`. - --------- SEE ALSO -------- @@ -46,5 +37,5 @@ SEE ALSO .. only:: html - * :doc:`libmemcached` - * :doc:`memcached_pool` + * :doc:`../libmemcached` + * :doc:`libmemcachedutil/memcached_pool`