|
|
|
|
|
by ajross
55 days ago
|
|
> kernel/user space context switching, in high performance context has to be seriously evaluated. Of course. But that's true for all userspace solutions too, and there are many options for async APIs (io_uring et. al.) which work to address that. The point is that you want the IP stack (or whatever) to be passing stuff around on unix domain sockets for every packet. It's that you want it running in its own memory domain. |
|