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

Re: Status of persistent search in OpenLDAP



Emmanuel Lecharny wrote:
> What kind of deficiencies have you found that make the original PSearch spec
> unusable ?

psearch is completely state-less. If a connector using it does not work it
will miss deletes. Also restarting the connector will return *all* entries as
results in a first phase. Your connector will not know when this first phase
ends until it reaches the first result with ECN control attached.

Ciao, Michael.