demikernel
demikernel copied to clipboard
[inetstack] Multi-Core Architecture
It would be nice if the API exposed some way to have threads that could each have their own connections (through whatever libos) so applications that require multithreading are easier to implement. This would require work in each libos, because I believe each libos (e.g., DPDK or RDMA) has its own way of handling threads and queues.
FYI, Brent Stephens from Utah has a student that has a multi-core version of Catnip that they have been using. I'll try to track the student.