Seems to me this is more likely to be a JMeter configuration issue than an Axis issue, See http://old.nabble.com/Running-multiple-requests-in-parallel-td10011672.html
-----Original Message----- From: Sergio Arrighi [mailto:[email protected]] Sent: Tuesday, November 17, 2009 6:40 AM To: [email protected] Subject: Re: Axis web service performance Hi, Thanks for the response, I'm using axis1.4 and unfortunately, for some circumstances, I cannot change implementation to support Axis2. I have a web service on apache tomcat 6.0.20 on port 8080. Basically the requests are queued and processed one by one. What I would need is to have a way to process more requests simultaneously. Is there a way to configure axis in order to process the request in a multithreaded "fashion"?? Or am I compelled to use more than one tomcat server and some sort of load balancing software? Thanks you S. Caristi, Joe ha scritto: > You should be using Axis2. http://ws.apache.org/axis2/ > > If you are, please post some details of your implementation. > > -----Original Message----- > From: Sergio Arrighi [mailto:[email protected]] > Sent: Tuesday, November 17, 2009 6:06 AM > To: [email protected] > Subject: Axis web service performance > > Hello, > > I'm facing a performance problem. > First of all let me tell you that I'm quite a biginner with axis and web > services. > I've written a web service on axis 1.4 and Apache Tomcat 6.0.20 mounted > on a Windows 2003 Server machine 64 bit. > With one request the web service takes something like 15 seconds to > responde. > I'm now trying to understand how this web service behaves under a > reasonable work load. > I'm using jmeter (a load testing tool with SOAP functionalities) to send > 100 simultaneous requests to my web service. > What I see is that the request are queued up and they get served one by > one, so the first one takes 15 seconds while the last one takes > something like 3 minutes! > Is there a way to speed up thing? Is there a way to obtain a certain > level of parallelism in request processing?? If so which architecural > (in terms of both hardware or software) modifications could improve the > performance of this web service?? Any hints or pointers will be more > than appreciated! > Thanks in advance, > > Sergio > > -- > *I.M.I.N. Holding s.r.l.* > Sergio Arrighi > [email protected] <mailto:[email protected]> > Cell. 3455805121 > > Vicolo Molino, 2 > 21052 Busto Arsizio > Varese > Tel. +39 0331324679 > Fax. +39 0331324678 > www.iminholding.com > > > STATEMENT OF CONFIDENTIALITY: > > > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify WHI Solutions immediately at [email protected], > and destroy all copies of this message and any attachments. > > -- *I.M.I.N. Holding s.r.l.* Sergio Arrighi [email protected] <mailto:[email protected]> Cell. 3455805121 Vicolo Molino, 2 21052 Busto Arsizio Varese Tel. +39 0331324679 Fax. +39 0331324678 www.iminholding.com
