If using the third process to hold the SSL connection act like stunnel,
But the performance is slower, so I prefer without the third process.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Schwartz
Sent: Tuesday, May 10, 2005 11:55 PM
To: openssl-users@openssl.org
Subject: RE: How to pass SSL connection/object from one process to another?


> But the SSL object structure is too complex,
> it containing too many pointer, and many other object pointer which also
> containing pointer.
>
> That is hard to translate all of them.
>
> Is there any method, that just pass some element of SSL structure
> connection
> to [Request Handler], then [Request Handler] receive these
> element, put them
> and the connection file descriptor to it own SSL structure object?

        I think you're barking up the wrong tree. Obviously, any method is
going to
require specific code in both processes, so why not just have a third
process hold the SSL connection? Then just change which process controls
that third process.

        DS


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

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

Reply via email to