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

Re: Bugfix: wait4msg() hangs when using SSL/TLS (ITS#446)



At 06:35 AM 3/20/00 +0000, Andrew Hacking wrote:
>I take it you are referring to the top level ldap API, not the internals here, since
>that would really mean non-blocking cannot be supported and it certainly *appears* that
>the code is written to handle non-blocking sockets.

No, I'm talking about internals.  The code does NOT support non-blocking
streams.  In particular, write selection needs work.

>What is the rationale for using and defaulting to blocking sockets within libldap ?

UNIX sockets default to blocking...