The new std.process is ready for review
Vladimir Panteleev
vladimir at thecybershadow.net
Tue Mar 12 02:58:31 PDT 2013
On Sunday, 10 March 2013 at 02:01:33 UTC, Steven Schveighoffer
wrote:
>> How about this: Set FD_CLOEXEC on all pipes just after
>> creation, but clear the flag for the relevant pipes before
>> exec?
>
> This doesn't help if other threads are randomly opening file
> descriptors. That is a problem I don't think we considered.
OK, but it will still solve the specific problem with the other
end being open.
More information about the Digitalmars-d
mailing list