Can XML-RPC performance be improved?

Irmen de Jong irmen.NOSPAM at xs4all.nl
Tue Mar 21 20:42:55 EST 2006


Sion Arrowsmith wrote:
> I've got an established client-server application here where there
> is now a need to shovel huge amounts of data (structured as lists of
> lists) between the two, and the performance bottleneck has become
> the amount of time spent parsing XML 

Any chance of replacing the RPC protocol by something else
that is more efficient? If so, and you're in a 100%-python situation,
have a look at Pyro:  http://pyro.sourceforge.net

(Pyro basically uses "native" Python pickling as marshaling)

--Irmen



More information about the Python-list mailing list