[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Avoiding threads in the daemon
From: |
Ludovic Courtès |
Subject: |
Re: Avoiding threads in the daemon |
Date: |
Fri, 26 Dec 2014 23:02:31 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Eelco Dolstra <address@hidden> skribis:
> On 19/12/14 19:20, Eelco Dolstra wrote:
>
>> I see a few ways to get PID namespaces back:
>>
>> * Do a regular fork followed by clone(... | CLONE_NEWPID | CLONE_PARENT)
>> (after
>> which the intermediate process can exit).
>
> This has been implemented in bd0f362d2fad1dd5f28e762011888b5eabd21280.
OK, thank you!
Ludo’.