Re: tag pooling question

2002-03-28 Thread Kin-Man Chung
rogress on optimization works, and as an early warning that certain optimizations are not useful or even harmful. - Kin-man > Date: Wed, 27 Mar 2002 14:54:10 -0800 (PST) > From: [EMAIL PROTECTED] > Subject: Re: tag pooling question > X-X-Sender: <[EMAIL PROTECTED]> > To:

Re: tag pooling question

2002-03-28 Thread peter lin
I'm actually performing a series of benchmarks that are close to what you describe, though the pages are complex, in that JSTL is used to markup logic. the test pages are highly dynamic and use includes extensively to break pieces into logical chunks. once I am done I will post the results. pet

RE: tag pooling question

2002-03-28 Thread Ken . Horn
; Kin-Man.Chung Cc: costinm Subject: Re: tag pooling question On Wed, 27 Mar 2002, Kin-Man Chung wrote: > Pulling codes out of iteration tag bodies is very high on my list of > optimizations that I wnat to do. I don't think we can do much about > general scriplets that contain loop

Re: tag pooling question

2002-03-27 Thread costinm
On Wed, 27 Mar 2002, Kin-Man Chung wrote: > Pulling codes out of iteration tag bodies is very high on my list of > optimizations that I wnat to do. I don't think we can do much about > general scriplets that contain loops, though. > > But before we start on jasper optimization work, we'll need

Re: tag pooling question

2002-03-27 Thread Kin-Man Chung
Mar 2002 15:31:54 -0600 > From: Casey Lucas <[EMAIL PROTECTED]> > Subject: Re: tag pooling question > To: Tomcat Developers List <[EMAIL PROTECTED]> > MIME-version: 1.0 > Content-transfer-encoding: 7bit > X-Accept-Language: en > Delivered-to: mailing list [EMAIL PROT

Re: tag pooling question

2002-03-27 Thread Casey Lucas
That would be nice to have tag pooling in 4.x. It was one of those things that I wanted to do before my day job changed a little. Anyway, a few thoughts: Tag pooling as implemented in 3.x is IMHO a good starting point, but generated code will really benefit if we can handle the more "tradition

Re: tag pooling question

2002-03-27 Thread peter lin
thanks larry for that information. I will take a look before I jump in. Larry Isaacs wrote: > > This was done by Casey Lucas. However, be aware that it comes > with a disadvantage in that because of the extra code, it reduces > the number of tags you can get on a JSP be for you hit Bug #6088

RE: tag pooling question

2002-03-27 Thread Larry Isaacs
eter lin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 8:10 AM > To: [EMAIL PROTECTED] > Subject: tag pooling question > > > > Does anyone know who wrote the tag pool implementation for > TC3.3? I am > considering port/merging the TC3.3 tag pool code to

tag pooling question

2002-03-27 Thread peter lin
Does anyone know who wrote the tag pool implementation for TC3.3? I am considering port/merging the TC3.3 tag pool code to TC4.0.x jasper. I've been doing benchmarks with TC4.0.3 with and without coyote. With JSTL getting close to release, I feel it would be a great benefit, since pages that us