I say LOG4J since it provides asynchronous loggers (Unless the performance on the non-asynchronous loggers are neglible in this case). But with LOG4j (or insert logging framework here) - you can use it to write to any log file or format you want. So your normal error messages can go to one file while these special messages can go to a differnet file/database/...
------
Or you can compare acces log entries since it does offer a %T option for time taken.
-Tim
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 standpoint of instance (B), is it possible to measure latency? If so, how?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
