We can probably get substantial compression of messages if we write the
values out as binary values, gzip that chunk, and then base64 encode the
result into a string suitable for the message system.
If we were going to stay within java only we could do some neat stuff
serializing actual classes using outobject output streams like we do in
bt-recordbook, but I think we'll have to forgo that fanciness because we
want to be able to load c/c++ a/e and beyond.
Original issue reported on code.google.com by brian.ta...@gmail.com on 26 Oct 2008 at 8:38
Original issue reported on code.google.com by
brian.ta...@gmail.com
on 26 Oct 2008 at 8:38