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

Efficiency of IO passing/Handeling large amounts of IO #40

Open
GoogleCodeExporter opened this issue Mar 12, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

The efficiency of the io passing can be increased in a couple of ways:

Collect multiple lines before sending when there is lots of output.
Support transport over raw sockets instead of websockets for internal use.

We should also look into better buffering strategies to handle massive amounts 
of io and possibly figure out ways to spread the work of collecting output 
around to multiple masters. 


Original issue reported on code.google.com by [email protected] on 27 Jul 2012 at 11:09

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