RE : Re: How to share SSL session when using CreateProcess/execv

2006-07-24 Thread Frederic Renault
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

RE : Re: How to share SSL session when using CreateProcess/execv

2006-07-21 Thread Frederic Renault
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

How to share SSL session when using CreateProcess/execv

2006-07-21 Thread Frederic Renault
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