Re: JSP no reload

2002-04-25 Thread Kin-Man Chung

It is currently not an option to turn off checking out-of-date jsp pages
that triggers recompilations.  There has been some efforts recently at
speeding up this area in jasper2 (Remy'work, Duncan's patch for timestamp
cache, and my recent mods), so you may want to try jasper2 to see if
performans better.

I think a more useful options is to enable deployment of jsp pages
without sources.  I sure that'll break the spec though, so I don't know
if that idea should be persued.


 Date: Wed, 24 Apr 2002 22:39:59 -0400
 From: Samuel Gabriel [EMAIL PROTECTED]
 Subject: JSP no reload
 To: Tomcat Developers List [EMAIL PROTECTED]
 MIME-version: 1.0
 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.
 Importance: Normal
 X-Priority: 3 (Normal)
 X-MSMail-priority: Normal
 Delivered-to: mailing list [EMAIL PROTECTED]
 Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
 List-Post: mailto:[EMAIL PROTECTED]
 List-Subscribe: mailto:[EMAIL PROTECTED]
 List-Unsubscribe: mailto:[EMAIL PROTECTED]
 List-Help: mailto:[EMAIL PROTECTED]
 List-Id: Tomcat Developers List tomcat-dev.jakarta.apache.org
 
 Hi All,
 Is there is a setting in Jasper to disable Tomcat from checking the
 timestamp on the page everytime there is a request? It seems important as
 the more include files are there in the JSP page the more checking that
 could happen, additionaly due to the nature of Java creating a File object
 and check the file system each time could be an expensive process.
 Regards
 Sam


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




JSP no reload

2002-04-24 Thread Samuel Gabriel

Hi All,
Is there is a setting in Jasper to disable Tomcat from checking the
timestamp on the page everytime there is a request? It seems important as
the more include files are there in the JSP page the more checking that
could happen, additionaly due to the nature of Java creating a File object
and check the file system each time could be an expensive process.
Regards
Sam