Hacker News new | ask | show | jobs
by mixedbit 4867 days ago
I don't fully get the point of this benchmark. Connection handling is operating system business, so you should get similar numbers with any framework that runs on the same OS and correctly uses epoll (or an equivalent system call).
1 comments

Tangent: back when I paid careful attention, all the epoll frameworks were level-triggered not edge-triggered.