Article 3CVM6 [$] A new kernel polling interface

[$] A new kernel polling interface

by
corbet
from LWN.net on (#3CVM6)
Polling a set of file descriptors to see which ones can perform I/O withoutblocking is a useful thing to do - so useful that the kernel provides threedifferent system calls (select(),poll(),and epoll_wait()- plus some variants) to perform it. But sometimes three is not enough;there is now a proposal circulating for a fourth kernel polling interface.As is usually the case, the motivation for this change is performance.
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