Posted on 2008-05-07 15:17:31-07 by perlguy99
Finding Apache::RPC::Server Bottleneck

I understand that using XML-RPC is not a lightning fast way to do things.

However, in an application that I am working on, we are seeing a delay of several MINUTES from the time that we send a submission from the client until I can see any activity in the error_log (via some diagnostic warning messages).

The request that is being sent by the client is an XML file that is approximately 2Mb in size.

The actual processing of the XML file only takes a few seconds.

Is there a way to track down what is happening from the time the client submits the data to the time that the XML-RPC server starts processing the data?

Thanks!

Brent Michalski

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.