RE: Multiple Threads accessing an SSL connection

2005-03-08 Thread Sanjay Acharya
Hey Thanks a lot for the answer David. Sanjay --- David Schwartz <[EMAIL PROTECTED]> wrote: > > >I read many posts about multiple threads > accessing > > a single SSL connection for read/write. I am still > > confused about the usage. What exactly is the > truth? > > You cannot access

RE: Multiple Threads accessing an SSL connection

2005-03-08 Thread David Schwartz
>I read many posts about multiple threads accessing > a single SSL connection for read/write. I am still > confused about the usage. What exactly is the truth? You cannot access the same SSL connection from more than one thread at a time. > If I have a client SSL connection that

Multiple Threads accessing an SSL connection

2005-03-07 Thread Sanjay Acharya
Hi, I read many posts about multiple threads accessing a single SSL connection for read/write. I am still confused about the usage. What exactly is the truth? If I have a client SSL connection that has 3 to 4 threads accessing the same SSL connection for read/write to the server, will it ca