-- Forwarded message --
> From: "Gabriel Genellina"
> To: python-list@python.org
> Date: Wed, 14 Oct 2009 00:52:13 -0300
> Subject: Re: XML-RPC(using SimpleXMLRPCServer) slow on the first call
> En Mon, 12 Oct 2009 18:58:45 -0300, Mahi Haile
> escrib
Hello all,I have an xml-rpc server running on a machine in the same LAN as
the client. Both the server and the client are in Python.
When I have a series of xmlrepc calls from the client to the server, the
first call usually takes much longer than it should - orders of magnitude.
The latency is us
Hi all,
I have an XML-RPC server running that is using SimpleXMLRPCServer, and I am
trying to send a relatively large file on a poor connection [simulated low
bandwidth, high latency]. The file is simply the return value of a function
call available on the server.
However, sometime in to the transf