=head1 NAME libmemcachedutil - Utility library for libmemcached =head1 LIBRARY C Client Library containing utility functions for libmemcached (libmemcachedutil, -lmemcachedutil) =head1 SYNOPSIS cc [ flag ... ] file ... -lmemcachedutil #include =head1 DESCRIPTION B is a small and thread-safe client library that provides extra functionality built on top of B. =head1 THREADS Do not try to access an instance of C from multiple threads at the same time. If you want to access memcached from multiple threads you should either clone the C, or use the memcached pool implementation. see memcached_pool_create(3). =head1 HOME To find out more information please check: L =head1 AUTHOR Trond Norbye, Etrond.norbye@gmail.comE =head1 SEE ALSO libmemcached(3) memcached_pool_create(3) memcached_pool_destroy(3) memcached_pool_pop(3) memcached_pool_push(3) =cut