chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: [Chicken-users] performance issue in xml-rpc


From: Graham Fawcett
Subject: Re: Re: [Chicken-users] performance issue in xml-rpc
Date: Thu, 7 Dec 2006 09:39:16 -0500

On 12/7/06, Daishi Kato <address@hidden> wrote:
Hi,

Please let me continue on this issue.

The result of measuring time for a certain repeat of the RPC request
shows not a liner curve but somewhat exponential.
The figure attached show it with the number of repeated requests at
x-axis and the total time took at y-axis.

Hi Daishi,
Some questions:

So, this is a graph of total run-time after N sequential requests?
There's no concurrency here? And the requests are uniform -- e.g., the
size and complexity of the requests and responses are all the same?

Is it possible that other processes also running, and consuming
resources -- either on the server or client machine?

Are you running client and server on the same box? on a dedicated
network? Shared?

What does the memory usage look like?

Does smoke come out of the box when the number of requests increase?
If so, how much? (Hey, you never know unless you ask.)

--G




reply via email to

[Prev in Thread] Current Thread [Next in Thread]