It's not yet finished, but i've done some tests and
they are sucessfull...
Thank you for this hint.
--- Richard Salz <[EMAIL PROTECTED]> a écrit :
> There is no pre-existing way to write out all the
> SSL state so that
> another process can reconstruct it.
>
> I would do it this way; when a
First i want to thank you both for your quick answers.
It's quite hard to change the design as its an old
application which must be upgraded to SSL.
Maybe what i've said was not clear enough.
In fact, i don't want two processes to be able to
communicate on the socket at the same time.
I just wou
Hello,
I hope it's the good place to ask such a question.
For the moment, i have a kind of supervisor which,
accept a connection, read some datas on the socket and
then start the process which is able to handle this
datas. ( using createprocess/execv). The socket's
handle is shared to this proces