« Previous | Next » 

Revision 12bce260

ID12bce2605430fb0d7fad27353d65942997a0c119
Parent 832261fd
Child 59305197

Added by Michael Hanselmann over 15 years ago

RPC: Compress file upload data

Adding compression to larger amounts of data is more efficient than
transferring it (len(nodes) - 1) times over the network without
compression. We were able to compress a 800KB config file to about
30 KB, which is about 40 KB with Base64 encoding (required due to
the way SimpleJson handles strings).

Reviewed-by: ultrotter

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences