Pid wrote:

...
Having said that, parsing XML can be a memory intensive operation as
well, so your old box could be experiencing problems there - check the
garbage collection log.

p
I try to avoid XML for this exact reason. We found that our application could handle between 6 and 10 times more concurrent requests on the same hardware when we went away from XML data transmission, and switched to a simple text-based HTTP POST request.

D



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to