Hacker News new | ask | show | jobs
by mickronome 2918 days ago
If your design have multiple threads waiting for accept on the same socket, then leaving it to the OS to schedule said threads on accept should at least be the first to try. If nothing else because it's the least surprising thing to do.