AIX Platform: C-SDK: multi-threaded app: Question about LDAP_ASYNC_IO define

2002-01-11 Thread Romas
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? --

Re: AIX Platform: C-SDK: multi-threaded app: Question about LDAP_ASYNC_IO define

2002-01-11 Thread Dan Mosedale
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