Hacker News new | ask | show | jobs
by alfanick 3084 days ago
Or use userspace networking stack (with cards which allow this) to reduce number of syscalls.
2 comments

Especially for UDP this would work very well (as there isn't much of a network stack anyway).
And solve the C10M problem at the same time. Two birds with one stone.