You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Jul 2012 at 11:09The text was updated successfully, but these errors were encountered: