]> git.sur5r.net Git - openldap/commitdiff
Tweak MDB restrictions
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 3 Oct 2012 19:13:21 +0000 (21:13 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 3 Oct 2012 19:13:21 +0000 (21:13 +0200)
libraries/libmdb/mdb.h

index 1272630787647be25e8a2824d095cec05b5200cb..8ded7374c08044ee4a5fbd9b73d149830c0f1d5b 100644 (file)
  *     - 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.