> stuff and do all the I/O yourself. The only feature you lose when you do
> this is client connection reuse.
is it really so? i allways thought that session caching is implemented
completely in ssl statemachine.
> server while the read completes? If your server is 100% CPU and no blocking
> I/O, then you can get away with a single thread, but then SSL won't change
> anything.
yes it will. asymmetric cryptography is quite time-consuming and you task
will hang for quite a long period when performing rsa, dsa or dh
calculations.
arne
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]