[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Delayed sync with dbcachenowsync (ITS#1877)
Full_Name: Gaël Roualland
Version: 1.2.13
OS: Linux
URL: ftp://ftp.openldap.org/incoming/gael-roualland-020611.patch
Submission from: (NULL) (62.161.136.5)
Hello,
Here's a simple patch for OpenLDAP 1.2.x to implement delayed sync when running
with ldbm and dbcachenowsync, in a similar way that what is available in 2.0.x.
I've seen other patches to do that for 1.2.x, but they require threads, and our
master server is not threaded. This patch adds the sync code in the select
loop.
Comments welcome,
Gaël.