Re: Measuring latency between tomcat instances [Off list-topic answer]

2004-01-22 Thread Antonio Fiol BonnĂ­n
Jeremy Nix wrote: Okay, let me pose another (slightly differenc) question. Say that instance (A) and (B) are separate institutions, independent from each other. Same scenario as before. How could instance (B) (the responding instance) be able to measure latency in instance (A)? The reason I

Re: Measuring latency between tomcat instances

2004-01-21 Thread Tim Funk
LOG4j might be nice kludge for this. On tomcat A, time the appropriate events on how long it takes to do stuff on tomcat B. Then log it in a specially formatted message. (mylogger.log(time: + timeTaken) Then do the same on tomcat B. Its easier to do on tomcatB since you can use a Valve or

RE: Measuring latency between tomcat instances

2004-01-21 Thread Jeremy Nix
: Wednesday, January 21, 2004 8:26 AM To: Tomcat Users List Subject: Re: Measuring latency between tomcat instances LOG4j might be nice kludge for this. On tomcat A, time the appropriate events on how long it takes to do stuff on tomcat B. Then log it in a specially formatted message

Re: Measuring latency between tomcat instances

2004-01-21 Thread Philipp Taprogge
Hi! Jeremy Nix wrote: We have an instance where tomcat instance (A) is communicating with tomcat instance (B), where instance (B) is located at another site. Instance (A) formulates a request to instance (B) and instance (B) responds with some valid response. Now, my question is, from a

Re: Measuring latency between tomcat instances

2004-01-21 Thread Tim Funk
Services, LTD. [EMAIL PROTECTED] (513) 621-6699 ext.1158 -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 8:26 AM To: Tomcat Users List Subject: Re: Measuring latency between tomcat instances LOG4j might be nice kludge for this. On tomcat A, time