Re: Performace problem when invoking RMI call from Tomcat Servlet

2008-02-07 Thread Leon Rosenberg
, while the duration of the method its keeps being ~5 ms... -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 9:25 PM To: Tomcat Users List Subject: Re: Performace problem when invoking RMI call from Tomcat Servlet is it only the first

Performace problem when invoking RMI call from Tomcat Servlet

2008-02-06 Thread Barak Yaish
Hello all, I'm running a Servlet under Tomcat 5.5.23 (CentOS 5), reside on host H1. This servlet invokes a RMI method ( f() ) on an object found on remote host (H2). The duration of f() when running on H1 is about 5 ms. Somehow, the duration of the invocation in the servlet is about 30ms.

Re: Performace problem when invoking RMI call from Tomcat Servlet

2008-02-06 Thread Filip Hanik - Dev Lists
could be either a DNS lookup timeout, or some other network latency. Filip Barak Yaish wrote: Hello all, I'm running a Servlet under Tomcat 5.5.23 (CentOS 5), reside on host H1. This servlet invokes a RMI method ( f() ) on an object found on remote host (H2). The duration of f() when

Re: Performace problem when invoking RMI call from Tomcat Servlet

2008-02-06 Thread Leon Rosenberg
is it only the first request that lasts longer, or each request? regards leon On Feb 6, 2008 7:01 PM, Barak Yaish [EMAIL PROTECTED] wrote: Hello all, I'm running a Servlet under Tomcat 5.5.23 (CentOS 5), reside on host H1. This servlet invokes a RMI method ( f() ) on an object found on

RE: Performace problem when invoking RMI call from Tomcat Servlet

2008-02-06 Thread Barak Yaish
RMI call from Tomcat Servlet could be either a DNS lookup timeout, or some other network latency. Filip Barak Yaish wrote: Hello all, I'm running a Servlet under Tomcat 5.5.23 (CentOS 5), reside on host H1. This servlet invokes a RMI method ( f() ) on an object found on remote host (H2

RE: Performace problem when invoking RMI call from Tomcat Servlet

2008-02-06 Thread Barak Yaish
invoking RMI call from Tomcat Servlet is it only the first request that lasts longer, or each request? regards leon On Feb 6, 2008 7:01 PM, Barak Yaish [EMAIL PROTECTED] wrote: Hello all, I'm running a Servlet under Tomcat 5.5.23 (CentOS 5), reside on host H1. This servlet invokes a RMI

Re: Performace problem when invoking RMI call from Tomcat Servlet

2008-02-06 Thread Martin Gainty
check with pathping FQDNOrIPAddressOfServer HTH Martin - Original Message - From: Filip Hanik - Dev Lists [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, February 06, 2008 2:08 PM Subject: Re: Performace problem when invoking RMI call from Tomcat Servlet

Re: Performace problem when invoking RMI call from Tomcat Servlet

2008-02-06 Thread Filip Hanik - Dev Lists
Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 9:08 PM To: Tomcat Users List Subject: Re: Performace problem when invoking RMI call from Tomcat Servlet could be either a DNS lookup timeout, or some other network latency. Filip Barak Yaish wrote: Hello all