Epoll and Select Overhead
I benchmarked epoll() and select() one more time, this time restricted to _one_ FD which becomes readable. This benchmark reflect therefore the most crucial possible performance measurement. And which came as no surprise, select() perform worse. A possible poll() graph should be equal to the select() graph. But as I said before: I am not interested in poll().
