First, thanks to all of you who have helped me over the past couple of weeks
- without your help I would be bald and have no product at all. At least
now I have some hair left and a product that doesn't work. Better than
nothing.
I based my product on OpenSSL with the understanding that OpenSSL was
multi-thread safe. It has since been brought to my attention that OpenSSL
in fact NOT thread safe and can not read and write the same SSL from two
different threads. My entire product is designed around the ability to do
just that. I simply MUST have two threads accessing an SSL at the same time
(one reading, one writing).
Does anyone know how I can fix the OpenSSL code so that this works? Does
anyone even know what things in the SSL are thread-Unsafe so that I might
know where to begin looking?
Bill Rebey
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]