Skip to content
This repository was archived by the owner on Jun 16, 2018. It is now read-only.
This repository was archived by the owner on Jun 16, 2018. It is now read-only.

Asynchronous StAX? #3

Description

@skreutzer

It should be analyzed if it makes sense to make an asynchronous version of the StAX parser similar to node.js, so reading from the stream is non-blocking by giving back execution control to the caller after some time. On the other hand, in contrast to node.js, the StAX parser could work in a separate thread, which would be less expensive to spawn one initially or on-demand as an application doesn't need to handle a lot of parallel requests, so the gains from an asynchronous StAX implementation could be minimal.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions