On Mon, 2006-06-26 at 14:31 +0530, Ambarish Mitra wrote:
> > One thing I do not get is: "Each thread has it's own SSL context ".
> Yes I setup the SSL_CTX in each thread. I have also taken it out of the
> threads into main() creating one global context BUT this gives the same
> error.
> 
> - Even if it gives the same error, I think you should persue the route of
> creating one context in the application, and using the context to create the
> SSL objects in each of the threads. This is a correct way to design, I
> guess. Once the correct design is implemented, then we can try to diagnose.
Done - same problem!

> Are you on on Windows or *Nix? random seedning is done differently in
> different systems, therefore this is important to know.
I did post a follow up after my initial post but it seems to have been
lost: Using Gentoo 2.6.15 (32bit) on Xeon box and Ubuntu Breezy on
Sempron (box).

NOTE: I can start the app to only start one thread. If I do this and
start the app 1500 times everything works fine.

Thanks again for the help!
Leon


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

Reply via email to