|
|
Subscribe / Log in / New account

Completing the pidfd API

Completing the pidfd API

[Kernel] Posted Jul 26, 2019 20:27 UTC (Fri) by corbet

Over the last few kernel releases, the kernel has gained the concept of a "pidfd" — a file descriptor that represents a process. What started as a way of sending signals to processes without race conditions has evolved into a more complete process-management interface. Now one of the last pieces is being put into place: the ability to wait for processes using pidfds. But, naturally, that API has had to go through some revisions first.

Full Story (comments: 29)


Copyright © 2019, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds