[fpc-pascal] Re: Linux: How to execute a program, but not to wait until finishes

Marco van de Voort marcov at stack.nl
Wed Jul 20 08:13:26 CEST 2011


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)




More information about the fpc-pascal mailing list