Here is a bit more information on the test pages I have.

total tags used: 172
main page: 105
header page: 65
footer page: 2

Actually there the main page includes a few other pages using <c:import
> in JSTL. The total count on the tags used is over 200, but the other files are 
>smaller, using a dozen or so tags.

I will do more tests using coyote a later in the week. Once I have that
data, I will post it.

peter lin


Remy Maucherat wrote:
> 
> > I just ran a quick test using the test pages I used earlier for
> > benchmarking, and the results are very positive. Thanks to Denis for
> > patch.  The following data might bring a smile.  Here is a link to the
> > previous benchmarks I posted.
> >
> > http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg49733.html
> >
> > The benchmark was performed on System II mentioned in the previous post
> > in tomcat-user list. Another system was used to send requests.
> 
> I don't remember what your test page was (and I can't find which series of
> tests I should compare to also ;-)), but you have to remember that the bug
> is that the time needed by the JVM is non linear to the number of tags. So
> if you use 10 tags in the page, it should help a bit. If you use 100 tags,
> it will help a LOT. If you use more tags, the page will likely not work at
> all without the patch.
> 
> Remy
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to