Re: [PATCH] possible speed enhancement to JspServlet.java

2002-04-30 Thread Duncan McLean
altogether for production systems. I've committed a patch which does that. That way, loadJSP can use 0% and everything stays very simple. What do you think ? Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Duncan

Re: [PATCH] possible speed enhancement to JspServlet.java

2002-04-29 Thread Duncan McLean
(jsp.error.unable.load),mue); - } - - } - - return outDated; } -- Duncan McLean Hummingbird Ltd. 613-548-4355 x1539 http://www.hummingbird.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Why is JDK needed to install Apache Tomcat 4.0 on WinNT?

2002-04-23 Thread Duncan McLean
] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Duncan McLean Hummingbird Ltd. 613-548-4355 x1539 http://www.hummingbird.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[PATCH] possible speed enhancement to JspServlet.java

2002-04-19 Thread Duncan McLean
I'm new to this list (and the jasper code), so please let me know if I've submitted this incorrectly. I was doing some profiling of the server side environment that I work on and noticed that quite a bit of time was being used in the JSP engine. After further investigation I