[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#7078) slapadd should be pipelined



Full_Name: Howard Chu
Version: HEAD/RE24
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (76.94.188.8)
Submitted by: hyc


When using slapadd -q and tool-threads is > 1, slapadd should use a separate
thread for reading/parsing the input LDIF, to allow it to run concurrently with
the backend add operation.

Already implemented in master.