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

Connection reuse #21

Open
mschirrmeister opened this issue Jun 22, 2021 · 2 comments
Open

Connection reuse #21

mschirrmeister opened this issue Jun 22, 2021 · 2 comments
Assignees

Comments

@mschirrmeister
Copy link

Hello,

I noticed that the odoh-server creates a new TCP connection for each incoming query to the server(s) defined in the variable nameServers. Even if the connection from the previous query still exists.
Is it planned to implement some kind of connection reuse for performance reasons? Or is the idea to always run it next to a recursive resolver in the same local network, where the time for the tcp handshake can be ignored? But even in this situation, connection reuse could be a good thing.

@chris-wood
Copy link
Contributor

Is it planned to implement some kind of connection reuse for performance reasons? Or is the idea to always run it next to a recursive resolver in the same local network, where the time for the tcp handshake can be ignored? But even in this situation, connection reuse could be a good thing.

Yes, this is still planned! We would also welcome PRs, should you have free cycles to spare. :-)

@chris-wood chris-wood self-assigned this Aug 12, 2021
@mschirrmeister
Copy link
Author

I am unfortunately no developer :-(, otherwise I would definitely spare some time.

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

2 participants