Hacker News new | ask | show | jobs
by silon42 589 days ago
signalfd / process descriptiors are the Windows style mechanism... what is missing are a few things like 'spawn' that returns a fd directly (eliminating races...)
1 comments

there is no race from the parent

the pid will not be reused until you either handle sigchld or wait