Re: Newbie to XML-RPC: looking for advice

2006-01-14 Thread Fredrik Lundh
David Hirschfield wrote: > All the above works fine...but I'm finding the following: while the > actual creation and pickling of the objects only takes a millisecond or > so, the actual time before the client call completes is a third of a > second or more. > > So where's the slowdown? It doesn't

Re: Newbie to XML-RPC: looking for advice

2006-01-13 Thread Christian Tismer
David Hirschfield wrote: > All the above works fine...but I'm finding the following: while the > actual creation and pickling of the objects only takes a millisecond or > so, the actual time before the client call completes is a third of a > second or more. > > So where's the slowdown? It do