On 27/01/2011 16:54, Christopher Schultz wrote:
> I'd love to hear some comments.

It is a simple trade-off.

Enable pooling, use more memory, have less GC
vs
Disable pooling, use less memory, have more GC

The memory/GC required will vary depending on which tags are used and
how they are used. I think this is a case where more education is
required on the content of the JSP specification. The original bug [1]
and [2] are well worth reading.

Mark

[1] https://issues.apache.org/bugzilla/show_bug.cgi?id=25623
[2] https://issues.apache.org/bugzilla/show_bug.cgi?id=16001

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to