"Romas" <nothing@here> writes:
> Is LDAP_ASYNC_IO define assume that IO over the LDAP
> sockets will be truly asynchronous? I mean will the signal SIGIO
> be raised everytime something is on the socket?

It uses select() or poll(), depending on platform, to do its magic,
not SIGIO.

Dan

Reply via email to