> Hi David,
>
> Thanks for your sound replay :)
> I'll take care of this caveat in action...
>
> I understand that the same scenario would be applicable in the
> case of multiple threads handling the same fd even though we
> managed to get it synchronized using some mutex.
>
> Please correct
27;m wrong :)
Thanks
soji.
-Original Message-
From: [EMAIL PROTECTED] on behalf of David Schwartz
Sent: Thu 4/12/2007 8:35 AM
To: [EMAIL PROTECTED]
Subject: RE: SSL_write and SSL_read
Apologies if this was already responded to:
> Or if I put it in another way, if SSL_r
Apologies if this was already responded to:
> Or if I put it in another way, if SSL_read() returns,
> SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE (from SSL_get_error())
> on the socket "fd" then, can I send data on the same socket using
> SSL_write() ? (Provided, both read and write operations on