Re: Periodic events for servlets

2006-09-26 Thread Remy Maucherat
Henri Gomez wrote: Good idea, let save threads for AJP/HTTP connections :) Till we could disable this feature (many use precompiled JSP), it seems reasonable. Obviously, there has been a lot of problems with on access (re)compilation, due to its inherent complexity and heavy resource usage.

Re: Periodic events for servlets

2006-09-26 Thread Henri Gomez
Good idea, let save threads for AJP/HTTP connections :) Till we could disable this feature (many use precompiled JSP), it seems reasonable. 2006/9/26, Remy Maucherat <[EMAIL PROTECTED]>: Hi, In Jasper, there's a feature allowing having background checking of JSP modifications. I think this is

Periodic events for servlets

2006-09-26 Thread Remy Maucherat
Hi, In Jasper, there's a feature allowing having background checking of JSP modifications. I think this is good to have in production, as on access checks is quite expensive, however, I do not like its implementation, which is using a thread for each webapp. Instead, I am considering an inte