[Cosmo-dev] Bug 10304 and base64 encoding

Brian Moseley bcm at osafoundation.org
Mon Sep 10 11:53:02 PDT 2007


On 9/10/07, Bobby Rullo <br at osafoundation.org> wrote:

> Because we invented EIM+JSON.

and it's documented on our wiki and available for anybody to write a
client to use.

> Ok. but what about ease of debugging, and size of data?

i grant that you can't read the data over the wire, but that's true of
any binary protocol or encoded text packet, and the world's moved
along fine using plenty of those. in this specific case, you can use
firebug to look at the decoded data, right?

size of data only matters when it's a problem. encoding the data has
yet to be proven to be a real problem for us with production-like
data. if/when it has, we can consider alternatives. remember that in
production we're gzipping the entire feed, so the reality of the extra
20% is less.


More information about the cosmo-dev mailing list