Well, from looking at the source code of MinML.parse(), there doesn't
seem to be anything but parsing happening in there.  What are you
suggesting?

Peter Butler


On Tue, 2004-07-06 at 18:56, Jochen Wiedmann wrote:
> Peter Butler wrote:
> > Sorry for the delay in replying.  The numbers are derived from running a
> > profiler on the code and looking at the amount of time spent in each
> > call.  For each XML-RPC call the time spent in MinML.parse() was about
> > 60% of the overall time taken to complete the call, which is 150ms when
> > not running a profiler.
> 
> That is an invalid conclusion, IMO. The absolut time being spent in 
> MinML.parse() will almost certainly contain more than just parsing.
> 
> 
> Jochen
> 

Reply via email to