Hacker News new | ask | show | jobs
by monocasa 1273 days ago
The whole point of using sendfile(2) was to avoid context switches between reading data from disk and sending it via the network stack.