RE: Excessive Latency for Axis processing

2003-02-06 Thread Richards, Mark
Have you tried turning off multiref? Depending on the type of data you are returning this can degrade performance and (again depending on the data) mutliref can be of limited use. To turn off multiref edit the entry in server-config.wsdd . parameter name="sendMultiRefs" value="false"/

RE: Excessive Latency for Axis processing

2003-02-06 Thread Shellman, Joel
Thanks for the suggestion. I just tried it and it resulted in no noticeable difference in response time. Joel Shellman -Original Message- From: Richards, Mark Sent: Thursday, February 06, 2003 8:29 AM To: '[EMAIL PROTECTED]' Subject: RE: Excessive Latency for Axis processing

Excessive Latency for Axis processing

2003-02-05 Thread Shellman, Joel
I know there have been other mentions of Axis performance, but I want to make sure that my results are not abnormal--because they seem to be excessively slow. I'm sending in an array of key/value pairs and returning an object that contains 4 arrays of classes and a couple primitives. I'm using

Re: Excessive Latency for Axis processing

2003-02-05 Thread Frank Cohen
Web Service systems for functionality, scalability and performance. From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 5 Feb 2003 16:26:53 -0800 To: [EMAIL PROTECTED] Subject: Re: Excessive Latency for Axis processing I had a similar experience. I re-wrote a couple of services

Re: Excessive Latency for Axis processing

2003-02-05 Thread Benjamin Tomasini
and performance. From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 5 Feb 2003 16:26:53 -0800 To: [EMAIL PROTECTED] Subject: Re: Excessive Latency for Axis processing I had a similar experience. I re-wrote a couple of services I had done with Apache SOAP. Similarly