Hi,

Axis 1.1 client is not compatible with SUN JDK 1.5 (it throws
a NullPointerException in
        at java.util.Hashtable.put(Hashtable.java:396)
        at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:385)
        at
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:246)
) so I tried to upgrade to Axis1.2beta3.

However it is much slower than Axis 1.1. I have a simple
webservice for measuring the speed, and it show that
1.2 is about three times slower. The exact results are:

Axis1.1 server   / Axis1.1 client   - 192 calls/sec
Axis1.2 server   / Axis1.2 client   -  67 calls/sec
Axis1.1 server   / gSOAP 2.5 client - 366 calls/sec
Axis1.2 server   / gSOAP 2.5 client - 147 calls/sec
gSOAP 2.5 server / Axis1.1 client   - 384 calls/sec
gSOAP 2.5 server / Axis1.2 client   - 137 calls/sec

on my Pentium4 2.5GHz and IBM JDK 1.4.1SR2.
What may be the reason ?

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Supercomputing Center Brno             Martin Kuba
Institute of Computer Science    email: [EMAIL PROTECTED]
Masaryk University             http://www.ics.muni.cz/~makub/
Botanicka 68a, 60200 Brno, CZ     mobil: +420-603-533775
--------------------------------------------------------------



Reply via email to