On Thu, Aug 12, 2004 at 01:03:06AM +0100, Paulo Jorge Zagalo das Neves wrote: : I had created an web application with tomcat and struts. : When I did some tests, I had noted that sometimes a simple : request (that 99% times spend milliseconds ) could spend some : seconds ( I had remove call do database to eliminate database : times), even in simple pages.
This could be just about anything. Time for some basic troubleshooting: 1/ try hitting just Tomcat, taking Apache/jk out of the picture 2/ are you using precompiled JSPs? 3/ what's the network latency between you and the Tomcat host? 4/ what else is running on the Tomcat host? ... and so on, and so forth. If all else fails, time to drag out a profiler. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
