Attaching file descriptors to processes with CLONE_FD
Attaching file descriptors to processes with CLONE_FD
Posted Apr 3, 2015 7:16 UTC (Fri) by iq-0 (subscriber, #36655)In reply to: Attaching file descriptors to processes with CLONE_FD by josh
Parent article: Attaching file descriptors to processes with CLONE_FD
Most programs only care about exit status. But for anybody who is interested in resource usage, I think nobody want to know only the cpu timings. Most programs make do with it, but that is more a case of what they got, not what they want.
We are talking about 144 bytes vs 32 bytes per exited process that has not been reaped. The pointers inside the kernel for basic administration are probably more expensive to keep around.
Posted Apr 3, 2015 7:35 UTC (Fri)
by iq-0 (subscriber, #36655)
[Link]
Posted Apr 3, 2015 8:20 UTC (Fri)
by josh (subscriber, #17465)
[Link] (1 responses)
Posted Apr 3, 2015 8:49 UTC (Fri)
by iq-0 (subscriber, #36655)
[Link]
Attaching file descriptors to processes with CLONE_FD
Attaching file descriptors to processes with CLONE_FD
Attaching file descriptors to processes with CLONE_FD