Hacker News new | ask | show | jobs
by throwaway858 1328 days ago
The Go runtime (and GHC runtime) use epoll from multiple threads and don't use SO_REUSEPORT and are highly efficient. I do believe that they use one epoll per thread.
1 comments

Another correct solution which avoids the issue which is entirely of userspaces creation :)