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

Re: asynchronous event notification?



On Fri Nov 04 2005 at 06:52:03 CET, Howard Chu wrote:

> The typical directory-friendly way of doing this is to write an LDAP 
> client that issues a persistent search for all of the events of 
> interest. That client can then feed the data into whatever other 
> database you're working with.

How does one issue a persistent search from the OpenLDAP C API?
A `grep -i persistent man3/*.3' doesn't reveal a lot...

	-JP