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

Bagging #5

Open
stonier opened this issue Jul 16, 2014 · 0 comments
Open

Bagging #5

stonier opened this issue Jul 16, 2014 · 0 comments

Comments

@stonier
Copy link
Contributor

stonier commented Jul 16, 2014

This would seem to have issues:

  • ecto subscribers block, meaning that the bagging will occur at the rate of the slowest subscriber - non-blocking subscribers could potentially help.
  • the ecto loop itself introduces latency to the bagging since it's a single thread.

The former is probably tractable (#4), but the latter is probably not. We're currently looking at just bagging externally.

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