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

parse() blocks the node.js (or browser) event loop in case of extremely large zone files #39

Open
abelptvts opened this issue Nov 23, 2020 · 0 comments

Comments

@abelptvts
Copy link

Hi there! First of all, thanks for this library.

I think the title basically describes the issue. Parsing gigantic zone files blocks the node.js event loop and thus it can't perform any other task while it's in progress.

Example use-case: accepting HTTP requests while parsing a zone file is in progress.

This issue is fixed by #38.

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