21 ms·
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 t
by throwaway858 4y 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.
- scaramanga 4y agoAnother correct solution which avoids the issue which is entirely of userspaces creation :)