Opened 9 years ago

#233 new defect

investigate serialization efficiency

Reported by: Brian Warner Owned by:
Priority: major Milestone: undecided
Component: banana Version: 0.7.0
Keywords: Cc:

Description

in #163 I noticed that a simple callRemote("add",a=1,b=2) (from doc/listings/pb2server.py) resulted in a 2350-byte TLS packet. I don't know how much plaintext that was, but 2350 seems a bit large, and I don't think TLS is adding that much overhead.

Change History (0)

Note: See TracTickets for help on using tickets.