pclarke91 / rl-viz

Automatically exported from code.google.com/p/rl-viz
Apache License 2.0
0 stars 0 forks source link

Added a multi-part message type for log messages #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Log files get vary big, sometimes too large to actually fit into memory. 
So, to solve this problem, we're going to split them into chunks and
transport them that way.

Original issue reported on code.google.com by brian.ta...@gmail.com on 13 Dec 2007 at 12:51

GoogleCodeExporter commented 9 years ago

Original comment by brian.ta...@gmail.com on 13 Dec 2007 at 12:52

GoogleCodeExporter commented 9 years ago
Added a new rlVizLib.utilities.logging class to RLVizLib.  This does some easy
management of the logging process, flushing it to a temp file when necessary, 
etc, etc.

Also rewrite the EpisodeSummaryRequest messages to use files and do 
send/receive as a
multi-part message.  That's not at all tested yet.

Proving App is also still doing the old thing, it hasn't been updated to use 
these files.

I have updated all 3 environments to use this new system.

Original comment by brian.ta...@gmail.com on 13 Dec 2007 at 9:16

GoogleCodeExporter commented 9 years ago

Original comment by brian.ta...@gmail.com on 14 Dec 2007 at 7:13