Slow performance with large strings

2001-06-07 Thread Ian Schneider
Hi, While using a simple client to test SOAP performance, I noticed an exponential increase in the unmarshalling process time for my RPC return values. I remember hearing that creating Document objects can be a very slow operation, related to the String size being processed. The return object

Re: Slow performance with large strings

2001-06-06 Thread Tom Myers
At 05:40 PM 6/6/2001 -0400, Lee J. Willwerth wrote: >Hello all, >I have a soap based application that returns the contents of a server >side file upon request. It is deployed using apache soap 2.0 on tomcat >3.2.1. The contents of the file are returned as a String from the >method I am calling.

Slow performance with large strings

2001-06-06 Thread Lee J. Willwerth
Hello all, I have a soap based application that returns the contents of a server side file upon request. It is deployed using apache soap 2.0 on tomcat 3.2.1. The contents of the file are returned as a String from the method I am calling. My problem is this. This scheme seems to work well as lo