Hacker News new | ask | show | jobs
by eqvinox 1681 days ago
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...