Hacker News new | ask | show | jobs
by baruch 4328 days ago
I like epoll over poll because you don't need a central point in your application that knows about all FDs, each component can manage it's own FDs registration with the OS.