TPCServer and xdrlib

Diez B. Roggisch deets at nospam.web.de
Fri May 16 08:26:05 EDT 2008


> 
>  Did you consider gzipping your XML (or YAML) packets ? Would the
> transfer time be acceptable in this case ?

That would add even more to the overhead of transcoding the 
transportlayer. Switching from XMLRPC to a json-based protocol reduced 
in a project of mine reduced the overhead 10-20fold - mainly because of 
reduced size and parsing efforts.

Diez



More information about the Python-list mailing list