A new filesystem for pidfds
A new filesystem for pidfds
Posted Mar 14, 2024 8:14 UTC (Thu) by roc (subscriber, #30627)In reply to: A new filesystem for pidfds by ibukanov
Parent article: A new filesystem for pidfds
It's extra-annoying because waitpid() only has a limited set of options for what you can wait for. You can't choose an arbitrary set of processes to wait on.
It's also a problem that only the parent can do the wait. You can't pass ownership of the subprocess to another process this way.
