In our previous episode, Sven Barth said:
> If I remember correctly this is simply the way Unix behaves. If the 
> parent process terminates all children are terminated as well. I don't 
> know how one can circumvent this.

Probably you have to walk to some of the job control related commands which
are also done during daemonization. Essentially you want to detach from
parent, but maybe not become a full daemon (without stdin-out, specially
when they are piped)

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to