Steven Reddie wrote:
Do you mean using select() to handle multiple simultaneous connections?

I'm late in catching this thread, but I'll wager that Rich would
use poll rather than select, or /dev/poll, or some such.  The
model he describes is the most efficient, but makes application
programming harder - essentially trading off the ease of single-task
worker threads for higher performance, but having to write a state
machine.

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

Reply via email to