Don't forget that each Tile is a jsp that need to be compiled at the first hit,
like all jsp. This happen normally only once when you change the jsp content.
After that,  performances overhead is not significant. There should be something
wrong in your config.

    Cedric

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