Hi,
i am using a server who has some SSL connections
opened...
in this server i fork to use a independent exec.
directly after the exec in the child i call exit(0), but then the SSL connection
which is an exact copy of the parent gets also deinitialized. in this case even
my server crashes because the TCP port is not available then.
has someone an idea or experience about
it?
regards, stefan
|
- SSL with FORK Stefan Walter
- Re: SSL with FORK Richard Salz
- Re: SSL with FORK Victor Duchovni
- Re: SSL with FORK Marek Marcola
- Re: SSL with FORK Kyle Hamilton