Remy Maucherat wrote:
On Thu, 2008-01-31 at 19:21 +0000, Mark Thomas wrote:
[EMAIL PROTECTED] wrote:
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=616973&r1=616972&r2=616973&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Jan 30 17:12:44 2008
@@ -43,33 +43,37 @@
   Patch provided by Anthony Berglas
   http://svn.apache.org/viewvc?rev=616556&view=rev
   +1: markt
-  -1:
+  -1: remm: I didn't test the performance issue. If it exists, then the patch 
could be improved
+            (move any check logic to the Compiler class - and maybe try to 
handle JAR updates ?).
I'll look at options for moving the logic. I did look at handling JAR updates and it was looking as if lots of changes would be required. Is there any reason to handle them for this case when for the general case we just reload the app?

Moving the check to where the other tests are done in Compiler seems
easy. I don't understand the reload strategy: reloading won't clean up
the work folder, you would need to redeploy.

Yeah, you are right about reload vs. redeploy. I'll take another look at fixing the JAR dependency but it could be a fairly big patch. The main problem was the variation in absolute vs relative paths and swapping between String and URL.

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

Reply via email to