[Issue 14770] std.process should use lightweight forks where available

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14770 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --

[Issue 14770] std.process should use lightweight forks where available

2018-08-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14770 --- Comment #7 from Hiroki Noda --- (In reply to anonymous4 from comment #6) > Maybe have a branch for linux and call clone there, call posix_spawn or fork > for other systems. vfork looks scary and posix deprecated it. If we use clone(2), the

[Issue 14770] std.process should use lightweight forks where available

2018-08-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14770 --- Comment #6 from anonymous4 --- Maybe have a branch for linux and call clone there, call posix_spawn or fork for other systems. vfork looks scary and posix deprecated it. --

[Issue 14770] std.process should use lightweight forks where available

2018-07-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14770 --- Comment #5 from Steven Schveighoffer --- FYI, new PR by Hiroki Nada: https://github.com/dlang/phobos/pull/6644 --

[Issue 14770] std.process should use lightweight forks where available

2018-07-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14770 Hiroki Noda changed: What|Removed |Added CC||kub...@gmail.com --- Comment #4 from Hiroki

[Issue 14770] std.process should use lightweight forks where available

2015-07-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14770 --- Comment #3 from Lars T. Kyllingstad bugzi...@kyllingen.net --- I think the correct thing to do here (on Linux, at least) is to use the clone() function, as described in this article:

[Issue 14770] std.process should use lightweight forks where available

2015-07-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14770 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 14770] std.process should use lightweight forks where available

2015-07-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14770 David Soria Parra d...@experimentalworks.net changed: What|Removed |Added CC|