: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Monday, March 20, 2006 1:28 PM
Subject: Re: Helpppp: Tomcat displays Page slowly
google for a tutorial on how to use a profiler, then use the profiler,
and whoops, you'll find your problem
Filip, what is a profiler? Is it a product to download, or is it something
in Tomcat?
- Original Message -
From: "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Monday, March 20, 2006 1:28 PM
Subject: Re: Helpppp: Tomcat displays
I basically get the 7 second response time everytime I request the page
Nic
- Original Message -
From: "Nic Daniau" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Monday, March 20, 2006 1:27 PM
Subject: Re: Helpppp: Tomcat displays Page slowly
do
12 AM
To: Tomcat Users List
Subject: Hel: Tomcat displays Page slowly
Hi all.
I have an application running on Tomcat v 5.0.28 , written in Java and
running a MySql database. I have one screen that is built dynamically and
accesses the database. The time for the program to pe
google for a tutorial on how to use a profiler, then use the profiler,
and whoops, you'll find your problem
Filip
Michael McQuade wrote:
Hi all.
I have an application running on Tomcat v 5.0.28 , written in Java and
running a MySql database. I have one screen that is built dynamicall
do you get these 7s the first time you request the page, and then it's a lot
quicker the next times, or it it always like this. Because the first time
you call your JSP it's first compiled so it's normal to get poor performance
on the first call.
hth
Nic
On 20/03/06, Michael McQuade <[EMAIL PROTE
Hi all.
I have an application running on Tomcat v 5.0.28 , written in Java and
running a MySql database. I have one screen that is built dynamically and
accesses the database. The time for the program to perform all
activities right up until displaying the page is under a second..