Hi,
I see on the mailing list that OpenSSL does support
nonblocking I/O, and various people mention using it with
poll(), but I have yet to find a nice example program
that uses poll() to both wait for new connections and
decide when it's time to service existing ones.
(You know, the classical event-based server.)

I'd like to use OpenSSL with Linux's whacky new
SIGIO-based event queuing doohicky that supposedly
gives much better performance than poll(), too, but
I'll take an old-style poll() or select() example...
I'm not picky...

Thanks,
Dan Kegel
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to