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

2002-04-30 Thread Remy Maucherat
> The numbers I got were for a fairly specific application. The page request I was > making did includes of 10 jsp's in total (which would account for the difference > in my results and yours I think). > I really like the idea of having a server vs development setting. I'll take a > look at that t

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

2002-04-30 Thread Duncan McLean
The numbers I got were for a fairly specific application. The page request I was making did includes of 10 jsp's in total (which would account for the difference in my results and yours I think). I really like the idea of having a server vs development setting. I'll take a look at that

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

2002-04-29 Thread Remy Maucherat
> Thanks for the comments Kin-Man. Given those comments and a look at the jasper2 > code I have come up with the patch below. After profiling jasper2 I saw that > there was indeed a speed improvement over Jasper. However the excessive creation > of File objects and getting files from URL's was sti

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

2002-04-29 Thread Remy Maucherat
> Thanks for the comments Kin-Man. Given those comments and a look at the jasper2 > code I have come up with the patch below. After profiling jasper2 I saw that > there was indeed a speed improvement over Jasper. However the excessive creation > of File objects and getting files from URL's was sti

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

2002-04-29 Thread Duncan McLean
Thanks for the comments Kin-Man. Given those comments and a look at the jasper2 code I have come up with the patch below. After profiling jasper2 I saw that there was indeed a speed improvement over Jasper. However the excessive creation of File objects and getting files from URL's was still a

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

2002-04-22 Thread Kin-Man Chung
patch. If you wish, you should try running with japser2, and compare its performance with the one you patched. > Date: Fri, 19 Apr 2002 16:58:54 -0700 (PDT) > From: Kin-Man Chung <[EMAIL PROTECTED]> > Subject: Re: [PATCH] possible speed enhancement to JspServlet.java > To: [

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

2002-04-20 Thread Remy Maucherat
> 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 noticed that

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

2002-04-19 Thread Kin-Man Chung
Thank you for the patch! It looks interesting! I'll definitely look at it carefully and apply it to jasper or jasper2 when I have time, most probably sometime next week. > Date: Fri, 19 Apr 2002 17:09:49 -0400 > From: Duncan McLean <[EMAIL PROTECTED]> > Subject: [PATCH] possible speed enhanceme