|
|
|
|
|
by listeria
319 days ago
|
|
In what ways is it unreliable? You're notified when a child is stopped, terminated, or continued, and you can make it so that you're only notified of termination using SA_NOCLDSTOP. How is `pidfd` better, why would you use it instead of a SIGCHLD handler writing to a pipe? |
|