Can XML-RPC performance be improved?

Steve Holden steve at holdenweb.com
Tue Mar 21 15:19:29 EST 2006


gregarican wrote:
> Skip wrote:
> 
> 
>>I don't know about the OP, but in my case it was a drop-dead simple
>>cross-language RPC protocol.
> 
> 
> Exactly. RPC implementations. Typically these are a quick "do this with
> this" sent from the client, with a brief "okay, I did that, here's the
> result" back from the server. Shovelling huge amounts of data using any
> XML encapsulation leads to a certain code smell at the very least.
> 
Especially when people try to pass large amounts of free text (like 
Python scripts) as attribute values ;-)

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd                 www.holdenweb.com
Love me, love my blog         holdenweb.blogspot.com




More information about the Python-list mailing list