RE: Real time optimization problem

2006-01-05 Thread mukesh
Is it possible by setting some kind of scope? -Mukesh -Original Message- From: Richard Mixon [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 9:43 AM To: 'Tomcat Users List' Subject: RE: Real time optimization problem Mukesh, Tim Funk's reply to your p

RE: Real time optimization problem

2006-01-05 Thread Richard Mixon
Mukesh, Tim Funk's reply to your post earlier gave pretty good guidance as to what steps you need to take. Your question/post has not changed so I'm not sure what you are asking. HTH - Richard -Original Message- From: mukesh [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 8

Re: Real time optimization problem

2006-01-05 Thread Tim Funk
1) Put back all the logging via (Log4j or whatever) 2) Add filters (or whatever) to to all the individual pieces which make up the entire transaction 3) find the component which is slowest or from a timing point of view potentially too slow and start attcking that point. For example - if the da