Y
Hacker News
new
|
ask
|
show
|
jobs
by
toast0
20 days ago
posix_spawn addresses the need from userspace. Under the hood, it's still doing more or less a fork/exec, with the baggage that comes with it. A syscall would be nicer.