Hi James,
I have been running with axis client/server for weeks now and have gotten good performance after working through a few issues. You did not leave enough information to have us help you.
1. Is the performance issue repeatable?
2. Are you running in a controlled environment?
a. Are you on an isolated network or sharing with other systems?
b. Are you sharing your app server (JBOSS)?
c. Is your data changing or do you have a constant set of test data?
d. Are you making measurements over the internet?
3. Has your service been compiled before making measurements?
4. What is your environment? (windows, solaris ect) Harware/software config.
Sorry, but we need more info.
Best Regards,
Tony
-----Original Message-----
From: Clover, James [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 24, 2003 9:05 AM
To: [EMAIL PROTECTED]
Subject: RE: Axis Performance Problem
Have you measured how much of this time is network transport?
James
-----Original Message-----
From: E.Narayanan [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 24, 2003 7:41 AM
To: [EMAIL PROTECTED]
Subject: Axis Performance Problem
Hi,
I have an Axis Web service hosted on Jboss(Jetty). For performance
testing I had made a java client which creates threads and makes
webservice calls. The calls were using the proxies generated from
wsdl2java.
I found that when the client and the server were on the same
machine(P4 win 2k server) then performance was acceptable. When I moved
the client to another machine then I found the processing time to shoot
up 4 times. Is there something to better this ? Thanks, Narayanan