Avoid zombie processes with std.process

Brian via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 22 10:07:20 PDT 2016


On Wednesday, 24 August 2016 at 15:48:24 UTC, eugene wrote:
> 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?

collie ( https://github.com/putaolabs/collie ):
An asynchronous event-driven network framework written in D.
I'm sure you will like it :)


More information about the Digitalmars-d mailing list