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

Re: Asyncronous notification of a LDAP search result



There is something called LTAP that provides some kind of "trigger"
mechanism. I don't know if this will do you any good, however.


On  9 Aug, Rand wrote:
> Is there any way to get the OpenLDAP libraries to asynchrosly notify
> my application that a (any) search result has returned to be
> processed? Either with a callback or even by simply writing to a pipe
> that I could put in a poll() or select() set?