Archives by Category
Contact
- Hagen Paul Pfeifer
- http://jauu.net
- hagen@jauu.net (encrypted preferred)
- KeyId: 0x98350C22
- Telephone: +49 174 5455209
Follow this blog
Epoll and Select Overhead
JAN 2011
23
- Published in: programming
- | Time: 21:48:30 CET
- | SHA1: d9d5c7c35a997103861053f9e303a5de5914bb6b
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().