epoll and kqueue: How Operating Systems Learned to Wait Efficiently
- “The hardest part of I/O isn’t reading data.
- ”Every high-performance server eventually runs into the same problem: waiting.
- Not waiting for CPU, not waiting for memory, but waiting for the outside world.
Unverified
- “The hardest part of I/O isn’t reading data.
- ”Every high-performance server eventually runs into the same problem: waiting.
- Not waiting for CPU, not waiting for memory, but waiting for the outside world.
Sources: Substack