Hacker News new | ask | show | jobs
by frevib 2227 days ago
This a bare minimal echo server for educational purposes. It is not inline with a real world event loop.
1 comments

Yeah I understand that, but if you are going for identical performance characteristics of how epoll would normally be used then I would expect it to re-register. Thats all I was getting at.