coredns / perf-tests

Scripts and utilities for scale and performance testing of CoreDNS.
Apache License 2.0
17 stars 9 forks source link

net.* performance #6

Closed miekg closed 7 years ago

miekg commented 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:

miekg commented 7 years ago

See some experimental stuff from @asergeyev https://github.com/asergeyev/go-toys/tree/master/reuse which looks very interesting.