Hacker News new | ask | show | jobs
by br1 3095 days ago
We don't want to have to decide which thread will handle each connection, just pick an idle one.
1 comments

Yes you can do this. The actual socket is not pinned to any thread, so you can move it to a thread pool or whatever.