=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 AND PROCESSES When using threads or forked processes it is important to keep an instance of C per process or thread. Without creating your own locking structures you can not share a single C. You can though call memcached_quit(3) on a C and then use the resulting cloned structure. =head1 HOME To find out more information please check: L =head1 AUTHOR Trond Norbye, Etrond.norbye@sun.comE =head1 SEE ALSO libmemcached(3) memcached_pool_create(3) memcached_pool_destroy(3) memcached_pool_pop(3) memcached_pool_push(3) =cut