Re: Passing a SSL connection to a worker thread and back

2004-06-04 Thread Lutz Jaenicke
On Fri, Jun 04, 2004 at 11:00:01AM +0200, Jochen Eisinger wrote: > Hello, > > I have the following problem I didn't find a solution for: > > A process establishes a SSL connection. Now the process forks from time > to time a worker child that uses this connection. This works the first > time, eve

Passing a SSL connection to a worker thread and back

2004-06-04 Thread Jochen Eisinger
Hello, I have the following problem I didn't find a solution for: A process establishes a SSL connection. Now the process forks from time to time a worker child that uses this connection. This works the first time, every other time the child can't use the SSL connection. I guess this is because