Comment by matheusmoreira
6 years ago
> native proactor servers
I/O completion ports? Those are great and I wish Linux had a similar API. Epoll doesn't fully solve the asynchronous I/O problem since files always have data available to read. The kernel should be able to do reads and writes in the background while my program does something else.
No comments yet
Contribute on Hacker News ↗