On Wed, Sep 7, 2011 at 2:23 PM, Adrian Gonzalez <adr_gonza...@yahoo.fr> wrote:
> Hello,
>
> I've noticed a performance difference between classic Tags and simple Tags in 
> Tomcat 7.0.21 (also tested it on 7.0.6 with the same results).
>
> Simple tags or tagfiles execution is at 5 times superior to classic tag 
> execution.

Simple tags (and derivatives) are easier to write, but are not
poolable. So regular tags are best if you're going to use them a lot.

Rémy

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

Reply via email to