Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 27164 invoked from network); 1 Oct 2004 14:22:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Oct 2004 14:22:27 -0000 Received: (qmail 37092 invoked by uid 500); 1 Oct 2004 14:21:25 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 36977 invoked by uid 500); 1 Oct 2004 14:21:24 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 36957 invoked by uid 99); 1 Oct 2004 14:21:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [147.251.4.35] (HELO anor.ics.muni.cz) (147.251.4.35) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 01 Oct 2004 07:21:23 -0700 Received: from dior.ics.muni.cz (dior.ics.muni.cz [147.251.6.10]) by anor.ics.muni.cz (8.12.1/8.12.1) with ESMTP id i91ELJdj023512 for ; Fri, 1 Oct 2004 16:21:19 +0200 Received: from acrab.ics.muni.cz (root@acrab.ics.muni.cz [147.251.3.64]) (authenticated as scb with DIGEST-MD5) by dior.ics.muni.cz (8.10.1/8.10.0.Beta12) with ESMTP id i91ELJj03048 for ; Fri, 1 Oct 2004 16:21:19 +0200 (MEST) Received: from [127.0.0.1] (makub@localhost [127.0.0.1]) by acrab.ics.muni.cz (8.12.8/8.12.1) with ESMTP id i91ELJCo009346 for ; Fri, 1 Oct 2004 16:21:19 +0200 Message-ID: <415D67DF.4050903@ics.muni.cz> Date: Fri, 01 Oct 2004 16:21:19 +0200 From: Martin Kuba User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: cs, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: axis1.2b3 much slower than axis1.1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Muni-Spam-TestIP: 147.251.6.10 X-Muni-Virus-Test: Clean X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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: makub@ics.muni.cz Masaryk University http://www.ics.muni.cz/~makub/ Botanicka 68a, 60200 Brno, CZ mobil: +420-603-533775 --------------------------------------------------------------