Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net.* performance #6

Closed
miekg opened this issue May 1, 2017 · 1 comment
Closed

net.* performance #6

miekg opened this issue May 1, 2017 · 1 comment

Comments

@miekg
Copy link
Member

miekg commented May 1, 2017

With SO_REUSEPORT we should be able to run multiple listeners for incoming messages and handle those. This comes with a couple of ifs:

  • I don't yet know how to do this
  • Maybe Go's net.* is not fast enough - fix that?
  • There might still be lots of low hanging Go userspace code in CoreDNS and Go DNS, so that we don't need to go this route.
@miekg
Copy link
Member Author

miekg commented May 2, 2017

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

@miekg miekg closed this as completed Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant