quanah / net-ldapapi

The Net::LDAPapi Perl Module uses the OpenLDAP and Mozilla C api's to directly access and manipulate an LDAP v2 or LDAP v3 server.
8 stars 6 forks source link

RFE: Provide a polling mechanism #55

Open FGasper opened 3 years ago

FGasper commented 3 years ago

It would be nice if this library exposed the underlying TCP connection’s file descriptor so that it could be polled. The ldapwalk.pl demonstration of fetching an async response appears to rely on a function that blocks. Allowing an external event loop to poll the file descriptor would facilitate integration into event loops and such.

Thank you!