Article 5XXC6 [$] Gathering multiple system parameters in a single call

[$] Gathering multiple system parameters in a single call

by
jake
from LWN.net on (#5XXC6)
Running a command like lsof,which lists the open files on the system along with information about theprocess that has each file open, takes a lot of system calls, mostly to read asmall amount of information from many /proc files. Providing anew interface to collect those calls together into a single (or, at least,fewer) system calls is the target of Miklos Szeredi's getvalues()RFC patch that was posted on March 22. While the proposal doesnot look like it is going far, at least in its current form, it did sparksome discussion of the need-or lack thereof-for a way to reduce this kindof overhead, as well as to explore some alternative ways to get there via code thatalready exists in the kernel.
External Content
Source RSS or Atom Feed
Feed Location http://lwn.net/headlines/rss
Feed Title LWN.net
Feed Link https://lwn.net/
Reply 0 comments