On Mon, Jun 23, 2003 at 11:46:57AM +0530, Wilson wrote:

> Im facing a problem with SSL_write(). I have a server and client
> communicating over TLS. Initial handshaking is done successfully. But as I
> increase the load on server (Connecting more clients[5 to 10 ] and increaded
> the message size), it is observed that SSL_write() tend to fail. When I
> traced more deep into both client and server behaviour, it is observed that
> the client has received the message (Did an SSL_read) from server and come
> out (from SSL_read()). But the server SSL_write() has not completed
> execution which is causing the problem when the next SSL_write() happens (It
> is multi threaded)!

Have you verified that your locking callback works correctly?


-- 
Bodo Möller <[EMAIL PROTECTED]>
PGP http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/0x36d2c658.html
* TU Darmstadt, Theoretische Informatik, Alexanderstr. 10, D-64283 Darmstadt
* Tel. +49-6151-16-6628, Fax +49-6151-16-6036
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to