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

Hub notifications to gateways on hub changes #269

Open
stonier opened this issue Apr 24, 2014 · 0 comments
Open

Hub notifications to gateways on hub changes #269

stonier opened this issue Apr 24, 2014 · 0 comments
Milestone

Comments

@stonier
Copy link
Member

stonier commented Apr 24, 2014

Right now every gateway polls the hub looking for changes (in its watcher.py thread) on the hub. It would be much more efficient having one hub watchdog polling for changes and then notifying the interested gateway when there is a delta.

i.e. 1 x polling hub watchdog script is much better than 10-100 polling gateways

This is not a change we immediately require, but worth keeping in mind if we want to redesign/really optimise it for a particular use case.

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

1 participant