Hacker News new | ask | show | jobs
by zorgmonkey 1272 days ago
If context switches are performance problem you are probably pretty far down the optimation rabbit hole, but the articles you linked have nothing to do with context switches, they are about NUMA optimizations to sendfile on freebsd.
1 comments

The whole point of using sendfile(2) was to avoid context switches between reading data from disk and sending it via the network stack.