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

Handle concurrent verifiers better if zone is being fed over stdin #232

Open
k0ekk0ek opened this issue Sep 16, 2022 · 0 comments
Open

Handle concurrent verifiers better if zone is being fed over stdin #232

k0ekk0ek opened this issue Sep 16, 2022 · 0 comments

Comments

@k0ekk0ek
Copy link
Contributor

Users are seeing better performance/concurrency when verifiers use (A|I)XFRs for zone validation. This is due to the fact that the verify process keeps writing to a single verifier until it's done (see verify_handle_feed in verify.c:220). In the future we should consider writing smaller chunks and alternating between verifiers to improve throughput and thereby loading times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant