|
|
|
|
|
by luizfelberti
109 days ago
|
|
A bit dated in the sense that for Linux you'd probably use io_uring nowadays, but otherwise it's a timeless design Still, I'm conflicted on whether separating stages per thread (accept on one thread and the client loop in another) is a good idea. It sounds like the gains would be minimal or non-existent even in ideal circumstances, and on some workloads where there's not a lot of clients or connection churn it would waste an entire core for handling a low-volume event. I'm open to contrarian opinions on this though, maybe I'm not seeing soemthing... |
|