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.
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
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