From: Hallvard Furuseth Date: Wed, 3 Oct 2012 19:13:21 +0000 (+0200) Subject: Tweak MDB restrictions X-Git-Tag: OPENLDAP_REL_ENG_2_4_34~139^2~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=756ce8e10ca52ff4516b56d42308116fac3c185d;p=openldap Tweak MDB restrictions --- diff --git a/libraries/libmdb/mdb.h b/libraries/libmdb/mdb.h index 1272630787..8ded7374c0 100644 --- a/libraries/libmdb/mdb.h +++ b/libraries/libmdb/mdb.h @@ -87,8 +87,10 @@ * - If you do that anyway, close the environment once in a while, * so the lockfile can get reset. * - * - Do not use MDB databases on remote filesystems. This breaks - * flock() on some OSes, even between two processes on the same host. + * - Do not use MDB databases on remote filesystems, even between + * processes on the same host. This breaks flock() on some OSes, + * possibly memory map sync, and certainly sync between programs + * on different hosts. * * - Opening a database can fail if another process is opening or * closing it at exactly the same time.