Avoid zombie processes with std.process

FreeSlave via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 24 04:04:58 PDT 2016


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.


More information about the Digitalmars-d mailing list