Skip to content

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

@abelptvts

Description

@abelptvts

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions