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

Do very simple polling interval grouping #401

Closed
Poincare opened this issue Jul 13, 2016 · 2 comments
Closed

Do very simple polling interval grouping #401

Poincare opened this issue Jul 13, 2016 · 2 comments
Assignees

Comments

@Poincare
Copy link
Contributor

I have a hunch (developed from looking at the Galaxy UI code) that for lots of applications, most polling queries that we have any hope of batching together will run on the same polling interval. This means that if we just fired the queries with the same polling intervals on the same timer, we'd be able to reap the benefits of batching.

Most of the logic for this has been implemented within src/scheduler.ts already, we just have to fire multiple polling queries in one timer.

@Poincare
Copy link
Contributor Author

This will have to wait until #385 is merged and I update QueryManager so that it calls an instance of QueryScheduler which will be able to do this sort of grouping very easily.

@Poincare Poincare self-assigned this Jul 14, 2016
@Poincare
Copy link
Contributor Author

This is done with #403.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant