On 2/20/06, Josef Bajada <[EMAIL PROTECTED]> wrote: > Seems like the call to parser.parse( ) at XmlRpc.java method parse( ) is the > culprit. There seem to be some occasions where this is taking 3 seconds.
Assuming that your document isn't overly large, this is extraordinary. How does the document look like? (Use a program like tcpmon, if you are unsure.) Does it contain a document type declaration, an external entity reference, or something similar? That's the only idea, I would have. (And, clearly, this can only occur, if the client is *not* an Apache XML-RPC client.) Jochen -- Whenever you find yourself on the side of the majority, it is time to pause and reflect. (Mark Twain)