> 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
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
> 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
> 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
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
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: [
> 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
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