Avoid zombie processes with std.process

eugene via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 24 08:48:24 PDT 2016


On Wednesday, 24 August 2016 at 11:04:58 UTC, FreeSlave wrote:
> Are there plans on adding something like spawnProcessDetached 
> that would start processes completely independent from parent? 
> I.e. in other process group and, what is important, with no 
> need for wait.
>
> On Posix that could be done via double fork technique. Not sure 
> about Windows.

could you give some use-cases and list drawbacks of that addition?


More information about the Digitalmars-d mailing list