lewislyk wrote:
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.

My last Idea is you get the SSL session data from a SSL object, do a i2d_ on it, create a new SSL_SESSION object with d2i_..., insert that in an other SSL object and compare where the objects are different. This difference you would have to transfer to the other process...

But I think that you do better with an separate thread or process that does the SSL stuff and passes the raw data to your Request Handler
is the better solution...

Bye

Goetz

--
DMCA: The greed of the few outweighs the freedom of the many

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to