Re : Re : Re : Re : Re : Re : Performance issue in simpleTags and tagfiles

2011-09-08 Thread Adrian Gonzalez
: Re : Performance issue in simpleTags and tagfiles On 08/09/2011 12:19, Adrian Gonzalez wrote: > Thanks Mark ! > >> It should be possible to cache the ValueExpression per JSP page (in the >> PageContext) > > Yes, but the PageContext life's span is more or less a user request,

Re : Re : Re : Re : Re : Performance issue in simpleTags and tagfiles

2011-09-08 Thread Adrian Gonzalez
al - De : Mark Thomas À : Tomcat Users List Cc : Envoyé le : Jeudi 8 Septembre 2011 13h09 Objet : Re: Re : Re : Re : Re : Performance issue in simpleTags and tagfiles On 08/09/2011 10:40, Adrian Gonzalez wrote: >> The parsed expressions are already cached. I don't think the

Re : Re : Re : Re : Performance issue in simpleTags and tagfiles

2011-09-08 Thread Adrian Gonzalez
f proprietaryEvaluate time is spent on createValueExpression,  * 45% is spent on getValue - Mail original - De : Mark Thomas À : Tomcat Users List Cc : Envoyé le : Jeudi 8 Septembre 2011 11h28 Objet : Re: Re : Re : Re : Performance issue in simpleTags and tagfiles On 08/09/2011 09:59,

Re : Re : Re : Performance issue in simpleTags and tagfiles

2011-09-08 Thread Adrian Gonzalez
] Thanks !!! - Mail original - De : Mark Thomas À : Tomcat Users List Cc : Envoyé le : Mercredi 7 Septembre 2011 22h20 Objet : Re: Re : Re : Performance issue in simpleTags and tagfiles On 07/09/2011 20:36, Adrian Gonzalez wrote: > Sorry, no real difference. > > Even worse, I'm on my

Re : Re : Performance issue in simpleTags and tagfiles

2011-09-07 Thread Adrian Gonzalez
More tomorrow, sorry to spam... - Mail original - De : Adrian Gonzalez À : Tomcat Users List Cc : Envoyé le : Mercredi 7 Septembre 2011 21h36 Objet : Re : Re : Performance issue in simpleTags and tagfiles Sorry, no real difference. Even worse, I'm on my home computer and here I

Re : Re : Performance issue in simpleTags and tagfiles

2011-09-07 Thread Adrian Gonzalez
 * notag = 730 Tomcat 7.0.21  * tagfile = 700  * classictag = 720  * simpletag = 700  * notag = 750 ----- Mail original - De : Adrian Gonzalez À : Tomcat Users List Cc : Envoyé le : Mercredi 7 Septembre 2011 20h43 Objet : Re : Re : Performance issue in simpleTags and tagfiles Ouch, tha

Re : Re : Performance issue in simpleTags and tagfiles

2011-09-07 Thread Adrian Gonzalez
org/repos/asf/tomcat/trunk/)  - Mail original - De : Mark Thomas À : Tomcat Users List Cc : Envoyé le : Mercredi 7 Septembre 2011 20h36 Objet : Re: Re : Performance issue in simpleTags and tagfiles On 07/09/2011 18:37, Adrian Gonzalez wrote: > Thanks for taking your time to

Re : Performance issue in simpleTags and tagfiles

2011-09-07 Thread Adrian Gonzalez
:23 PM, Adrian Gonzalez 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

Re : Performance issue in simpleTags and tagfiles

2011-09-07 Thread Adrian Gonzalez
r quick prototyping or for tags seldom in the application used (but in this case it's rather weird). - Mail original - De : Remy Maucherat À : Tomcat Users List Cc : Envoyé le : Mercredi 7 Septembre 2011 16h57 Objet : Re: Performance issue in simpleTags and tagfiles On Wed, Sep 7

Performance issue in simpleTags and tagfiles

2011-09-07 Thread Adrian Gonzalez
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. Classic tag execution is more or less the same than using no ta