I've noticed that the initial compile takes longer, but once the JSP is
compiled, the performance cost should dwindle. The best thing is to run
your own load tests, since a number of factors can affect performance
and scalabilty. It sounds like something else is wrong here. 

Andy Noble wrote:
> 
> Sorry for this stupid tiles question, but I need to make sure I understand
> this.
> 
> When I tried tiles, it appeared to severely affect performance. This seemed
> to be because a new JSP was *constructed* on each request and then
> *compiled* before finally being run, which then served up the HTML to the
> client.
> 
> Is this correct? Is this performance hit the price to be paid for the
> flexibility? Does this scale for thousands of users?
> 
> Thanks
> Andy
> 
> _________________________________________________________________
> Join the world’s largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
> 
> --
> 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