Re: Jasper compiler very slow

2007-04-20 Thread Rashmi Rubdi
Hi Anthony, I exaggerated the less than 1 second on first load, I noticed that some other pages take from 2 to 5 seconds to load on first compile in the development environment. Because of this first-time delay, it is important for me to pre-compile the JSPs , in order to maintain a higher user

RE: Jasper compiler very slow

2007-04-19 Thread Berglas, Anthony
imagine what. Anthony > -Original Message- > From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 19, 2007 12:42 PM > To: Tomcat Users List > Subject: Re: Jasper compiler very slow > > Anthony, > > Please ignore my first reply on this thread,

Re: Jasper compiler very slow

2007-04-18 Thread Rashmi Rubdi
Anthony, Please ignore my first reply on this thread, I misunderstood your post, the reply I posted is irrelevant. Here's my new reply : On 4/18/07, Berglas, Anthony <[EMAIL PROTECTED]> wrote: Hello All, The compile time for my .jsp pages is extremely slow -- like 10 seconds on a modern P

Re: Jasper compiler very slow

2007-04-18 Thread Rashmi Rubdi
On 4/18/07, Berglas, Anthony <[EMAIL PROTECTED]> wrote: [[My general comment would be for web development use Servlets, not JSPs. With a few well thought out templates you don't write much HTML anyway, and using servlets ends the impedance mismatch, as well as much of the pain... But too late

Re: Jasper compiler very slow

2007-04-18 Thread Rashmi Rubdi
Hi Anthony, The compile time for my .jsp pages is extremely slow -- like 10 seconds on a modern PC to the first time any page is run. Painful during development. I can compile a vast amount of Java code in 2 seconds. It is difficult to imagine what could be happening within Jasper to be th