RE: Performance Issues with AXIS & Axis Response Time appears linear with load

2003-10-09 Thread Mike Perham
From: Sutton, Ray [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 2:15 PM To: '[EMAIL PROTECTED]' Subject: RE: Performance Issues with AXIS & Axis Response Time appears linear with load In answer to Mike, no haven't got that far yet, in light of Robert's reply I w

RE: Performance Issues with AXIS & Axis Response Time appears lin ear with load

2003-10-09 Thread Sutton, Ray
lto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 12:59 PM To: [EMAIL PROTECTED] Subject: RE: Performance Issues with AXIS & Axis Response Time appears linear with load The Xerces code is very similar. What's the effect if you take the synchronize out and rerun your performance test

RE: Performance Issues with AXIS & Axis Response Time appears linear with load

2003-10-09 Thread Robert Lowe
> My personal instinct, unless anyone knows a good reason not, would be to > remove this specific synchronization point. The docs are quite specific that a DocumentBuilderFactory is *not* guaranteed to be thread-safe: http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/DocumentBuilderFac to

RE: Performance Issues with AXIS & Axis Response Time appears linear with load

2003-10-09 Thread Mike Perham
PROTECTED]' Subject: RE: Performance Issues with AXIS & Axis Response Time appears linear with load Hello, Not sure if you're seeing the same problem as me (see thread RE: Axis Response Time appears linear with load) but here's what I discovered in case it helps. I'm seeing tr

RE: Performance Issues with AXIS & Axis Response Time appears lin ear with load

2003-10-09 Thread Sutton, Ray
y Sutton Systems Engineer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 2:09 PM To: [EMAIL PROTECTED] Subject: Performance Issues with AXIS Importance: High Hi, We are using Apache AXIS 1.1 to support a web service that returns im

Re: Performance Issues with AXIS

2003-10-04 Thread BLIS Webmaster (Patrick Houbaux)
What about if you try to send the images with SOAP attachments? Patrick. [EMAIL PROTECTED] wrote: Hi, We are using Apache AXIS 1.1 to support a web service that returns images. The images are base-64 encoded and embedded within the XML. What we are seeing is very slow response times with A

Performance Issues with AXIS

2003-10-03 Thread Suket . N . Gandhi
Hi,   We are using Apache AXIS 1.1 to support a web service that returns images. The images are base-64 encoded and embedded within the XML. What we are seeing is very slow response times with AXIS when it tries to construct the SOAP XML.The size of the images are in the range 50-100KB.