X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Flibmemcached.pod;h=510cd1e7200f58a274cefcd975fb6574bf5c51ad;hb=9ad79837b4d458c59b2f440dba88db8719fc200b;hp=9685e01e88614ee309c1c3dbf04332678df26691;hpb=371f1dca550e93a0a9bdc960bac3db3d4112ffb4;p=m6w6%2Flibmemcached diff --git a/docs/libmemcached.pod b/docs/libmemcached.pod index 9685e01e..510cd1e7 100755 --- a/docs/libmemcached.pod +++ b/docs/libmemcached.pod @@ -51,6 +51,14 @@ Some features of the library must be enabled through memcached_behavior_set(). Hope you enjoy it! +=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 no share a single C. You can though call +memcached_close(3) on a C and then use the resulting cloned +structure. + =head1 HOME To find out more information please check: