Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 91405 invoked by uid 500); 24 Mar 2003 15:41:08 -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 91391 invoked from network); 24 Mar 2003 15:41:07 -0000 Message-ID: <001301c2f21b$b7e4f730$7308a8c0@persistent.co.in> From: "E.Narayanan" To: References: <20030324121837.13818.qmail@web12805.mail.yahoo.com> <012601c2f21a$51266f20$0509a8c0@psorin> Subject: Axis Performance Problem Date: Mon, 24 Mar 2003 21:10:37 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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