[ 
https://issues.apache.org/jira/browse/AXIS2-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475814
 ] 

Davanum Srinivas commented on AXIS2-780:
----------------------------------------

Ran the tests in the following environment using ADB databinding. (Latest Axis2 
from SVN - svn revision 511449)

SunOS wso2-perf 5.10 Generic_118855-14 i86pc i386 i86pc

java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_11-b03, mixed mode)

Using CATALINA_BASE:   /home2/dims/tomcat55
Using CATALINA_HOME:   /home2/dims/tomcat55
Using CATALINA_TMPDIR: /home2/dims/tomcat55/temp
Using JRE_HOME:       /home2/dims/jdk1.5.0_11
Server version: Apache Tomcat/5.5.20
Server built:   Sep 12 2006 10:09:20
Server number:  5.5.20.0
OS Name:        SunOS
OS Version:     5.10
Architecture:   x86
JVM Version:    1.5.0_11-b03
JVM Vendor:     Sun Microsystems Inc.

There is no such degradation any more. Marking the bug as fixed.

thanks,
dims

> Multithreaded client, performance degradation.
> ----------------------------------------------
>
>                 Key: AXIS2-780
>                 URL: https://issues.apache.org/jira/browse/AXIS2-780
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>         Environment: Red Hat Enterprise Linux ES release 4
> Axis2 version 1.0
> Tomcat 5.5.17
> jdk 1.5.0_04
>            Reporter: Subramanyam Ramanathan
>         Assigned To: Davanum Srinivas
>         Attachments: Axis2SampleDocLit.wsdl, 
> Axis2SampleDocLitServiceSkeleton.java, m2-sample.zip, PostXmlThreaded.java, 
> test2.xml, ThreadedSoapSender.java
>
>
> I've been running a few performance tests on Axis2 to compare it with Axis1. 
> I've found that when I post requests using a multithreaded http client [ that 
> spawns multiple threads each sending a certain number of requests ] , the 
> performance of Axis2 seems to degrade, whereas that of Axis1 seems to be 
> relatively stable when tested using the same client. 
> Here are the figures I have got. Each thread sends 1000 requests.
> I have measured throughput by measuring the time taken for all the threads to 
> finish and then calculating requests per sec.
>                         Axis2(req/sec)           Axis1(req/sec)
>                            --------------                    -----------
>     10 threads  - 1105.530784           545.9761944   
>     20 threads  - 635.3480599           556.6025772
>     30 threads  - 411.2374179             550.5108726
>     40 threads  - 215.8165598             570.8683581
> Apparently, as the number of threads increases, the performance drops in 
> Axis2 whereas it remains reasonably stable in Axis1.
> Can someone tell me the reason for this, and is there any way the performance 
> with multiple threads in Axis2 can be made better / stabilized ?
> My Setup:
> ---------
> Red Hat Enterprise Linux ES release 4
> Axis2 version 1.0
> Tomcat 5.5.17
> jdk 1.5.0_04

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to