Closed miekg closed 7 years ago
With SO_REUSEPORT we should be able to run multiple listeners for incoming messages and handle those. This comes with a couple of ifs:
SO_REUSEPORT
net.*
See some experimental stuff from @asergeyev https://github.com/asergeyev/go-toys/tree/master/reuse which looks very interesting.
With
SO_REUSEPORT
we should be able to run multiple listeners for incoming messages and handle those. This comes with a couple of ifs:net.*
is not fast enough - fix that?