Hello,

> in this server i fork to use a independent exec. directly after the
> exec in the child i call exit(0), 
exec() call returns only on error, if not, exec() terminates current
process and load from executable into current process space
new program. So if exec() is successful, there is no such thing
like "exit(0)".

> but then the SSL connection which is an exact copy of the parent gets
> also deinitialized.
Maybe there is some logic error ?
To read from "ssl" file descriptors you need more than only
system file descriptor. 

Best regards,
-- 
Marek Marcola <[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