gsethi / golem

Automatically exported from code.google.com/p/golem
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 ryanbres...@gmail.com on 27 Jul 2012 at 11:09

GoogleCodeExporter commented 8 years ago

Original comment by ryanbres...@gmail.com on 27 Jul 2012 at 11:09