Hacker News new | ask | show | jobs
by sujayakar 1681 days ago
hey, sujay (one of the authors from the paper) here! happy to answer any questions about the paper/system.
1 comments

Well, not a question.

POSIX and Linux are not the same. There is no epoll in POSIX, it's a Linux addition. The BSDs have kqueue which according to some people is actually better [cf. https://www.youtube.com/embed/l6XQUciI-Sc?start=3362 ]. But kqueue isn't POSIX either. Only poll() and select() are...