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

Implement asynchronous TAP? #4

Open
ivh opened this issue Mar 11, 2011 · 1 comment
Open

Implement asynchronous TAP? #4

ivh opened this issue Mar 11, 2011 · 1 comment

Comments

@ivh
Copy link
Member

ivh commented Mar 11, 2011

The rate at which the NodeSoftware's XML generator currently procudes output is slightly below 1MB/s (uncompressed). In the example of VALD this means that 5000 transitions, resulting in 10MB of XML, takes 10s to finish.

If we at some point want to run larger requests, it might be worth implementing the asynchronous TAP endpoint at /tap/async. It should be rather straight forward to do.

@misdoro
Copy link
Contributor

misdoro commented May 27, 2011

In my opinion, async tap may be implemented as a separate universal software package, that would save sync endpoint's output in it's cache and give out when requested

@misdoro misdoro closed this as completed May 27, 2011
@ivh ivh reopened this May 27, 2011
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

2 participants