You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by zhengyu <zh...@attbi.com> on 2003/05/10 23:45:44 UTC

beginner's question

RE: filename in attachmentHi, I am a new user of apache axis which I heard lots of good things about. Would anyone please help me on the following questions?
1. In general what is the average performance increase over apache SOAP?
2. What is the memory usage compared to DOM?
3. What are some other benefits?

Could someone also point me to a public-available benchmark?
Thanks,
JZ

RE: beginner's question

Posted by Mark Galbreath <ma...@qat.com>.
1. The ASF recommends Axis over Apache SOAP; does that tell you something?
Apache SOAP is out of synch with the latest standards.
 
2.  Nothing is more memory intensive than traversing a DOM tree because the
whole thing is loaded into memory at once.
 
3.  Benchmarks are meaningless (really).
 
Mark

-----Original Message-----
From: zhengyu [mailto:zhengyu@attbi.com] 
Sent: Saturday, May 10, 2003 5:46 PM
To: axis-user@ws.apache.org
Subject: beginner's question


Hi, I am a new user of apache axis which I heard lots of good things about.
Would anyone please help me on the following questions?
1. In general what is the average performance increase over apache SOAP?
2. What is the memory usage compared to DOM?
3. What are some other benefits?
 
Could someone also point me to a public-available benchmark?
Thanks,
JZ