> Side track: Is it possible to make the window platform listen on > 31
> sockets at once per thread ?  (or whatever is small limit was)

IOCP.

> Okay you closed your ears to the read event ?  On Unix the select() has
> an exceptfds which can be used to pickup a socket error/close (but may
> not be reliable if there is readable data first, since by convention of
> TCPs orderly shutdown that has to be eaten before the socket close can
> be seen).

Neither errors nor closes are 'select' exceptions. Perhaps you are thinking
of 'poll' and 'POLLERR'/'POLLHUP'?

DS


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to