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

Use server side events instead of polling #5

Open
vollstock opened this issue Dec 22, 2017 · 0 comments
Open

Use server side events instead of polling #5

vollstock opened this issue Dec 22, 2017 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@vollstock
Copy link
Contributor

vollstock commented Dec 22, 2017

We could get way better performance using websockets as we could get rid of the overhead of many web calls. This is most prominent in the dashboard when polling the system status. But there might be other areas, too.

How do websockets work in Flask?
What impact on the machine are we introducing as we are getting all values from the command line?

@vollstock vollstock added enhancement New feature or request help wanted Extra attention is needed labels Dec 22, 2017
@vollstock vollstock changed the title Use websockets instead of polling Use ~websockets~ server side events instead of polling May 19, 2022
@vollstock vollstock changed the title Use ~websockets~ server side events instead of polling Use ~~websockets~~ server side events instead of polling May 19, 2022
@vollstock vollstock changed the title Use ~~websockets~~ server side events instead of polling Use server side events instead of polling May 19, 2022
@vollstock vollstock transferred this issue from Tooloop/Tooloop-Settings-Server May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant