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

Investigate Publish/Subscribe over Polling #2

Open
SpencerWBarnes opened this issue Dec 24, 2019 · 0 comments
Open

Investigate Publish/Subscribe over Polling #2

SpencerWBarnes opened this issue Dec 24, 2019 · 0 comments

Comments

@SpencerWBarnes
Copy link
Owner

Current method is polling in which each piece requests an update after x amount of time.
Polling

Pros Cons
Simple Unnecessary requests/duplicates
Already works Possibly delayed information
No additional tracking/processes May not be scalable

Publish/Subscribe system means each piece can request to be notified when certain information changes.
Publish/Subscribe

Pros Cons
Minimum number of calls Requires tracking pubs and subs
Scalable to topics Might take more memory
Fastest informer May not work
Might use Redis More complex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant