Re: Latency Performance of AXIS vs. Apache SOAP

2002-02-28 Thread Aleksander Slominski
hi Dan, thanks for your work on XML/SOAP performance and i look forward ot read your article. i am the author of SoapRMI/Java and wanted to add some comments. as of SoapRMI (now called XSOAP) please mention in your article also that the updated version of XSOAP 1.3 will address some performance

chunking - Re: Latency Performance of AXIS vs. Apache SOAP

2002-02-28 Thread Aleksander Slominski
Berin Loritsch wrote: > If the String serializer can accept chunks (which I suspect is what > SoapRMI is doing) then the Serializer can start the SOAP response > almost immediately. The String serializer would be sending > characters( char[], int begin, int length ) messages for each chunk > it

Re: RE: Latency Performance of AXIS vs. Apache SOAP

2002-02-28 Thread Rick Rineholt
what it would be. If you have any ideas I might be >able to try to make them work. >-Taras >> -Original Message- >> From: Berin Loritsch [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, February 28, 2002 7:42 AM >> To: [EMAIL PROTECTED] >> Subject: Re: Latency P

RE: Latency Performance of AXIS vs. Apache SOAP

2002-02-28 Thread Taras Shkvarchuk
would be. If you have any ideas I might be able to try to make them work. -Taras > -Original Message- > From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 28, 2002 7:42 AM > To: [EMAIL PROTECTED] > Subject: Re: Latency Performance of AXIS vs. Apache SO

Re: Latency Performance of AXIS vs. Apache SOAP

2002-02-28 Thread Berin Loritsch
Dan Davis wrote: > Berin, > > Sorry about responding to the wrong name. I'm very tired ... > > Feedback from implementors is critical to understand performance > numbers, so I'll keep asking. ;P I get that alot (my wife's aunts call me Daren). I am not by any means considered a cheif impleme

Re: Latency Performance of AXIS vs. Apache SOAP

2002-02-28 Thread Dan Davis
Berin, Sorry about responding to the wrong name. I'm very tired ... Feedback from implementors is critical to understand performance numbers, so I'll keep asking.

Re: Latency Performance of AXIS vs. Apache SOAP

2002-02-28 Thread Dan Davis
Brian, Thanks for your speedy feedback. I'm revising the paper and wanted to update to include Axis. It seems clear that if I do include AXIS in the article, I'll also have to address these differences. I may speak about AXIS at the talk and leave it out of the article.

Re: Latency Performance of AXIS vs. Apache SOAP

2002-02-28 Thread Berin Loritsch
Dan Davis wrote: > I've been doing some simple experiements that compare AXIS, > Apache SOAP, and other implementations (SoapRMI). > > One test requests a single string (size 200, 400, and 800), and > another an array of integers (array size 200, 400, and 800). > There's no argument to the functi