> 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]

Reply via email to