M
To: Tapestry users
Subject: Re: Optimization Questions
Couldn't tell if it was mentioned or relevant, but you should also make
sure
you're using hivemind 1.1.1. It has a number of very important perf
improvements that may be related.
--
nty end of the get. Most of the time the actual get
is
trivial so all the time really is going into OGNL, but sometimes if you
have
expensive gets (or sets) it can make OGNL look worse than it is.
> -Original Message-
> From: Shannon, Andrew [mailto:[EMAIL PROTECTED]
> Sent: Tuesda
get. Most of the time the actual get is
trivial so all the time really is going into OGNL, but sometimes if you have
expensive gets (or sets) it can make OGNL look worse than it is.
> -Original Message-
> From: Shannon, Andrew [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 14, 2006 9:40 P
ApplicationServlet. I'll be interested to see what the data really
> means and what it can point to in our apps. Thanks again.
>
> - Andrew
>
> -Original Message-
> From: Geoff Longman [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 09, 2006 9:45 PM
> To:
again.
>
> - Andrew
>
> -Original Message-
> From: Geoff Longman [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 09, 2006 9:45 PM
> To: Tapestry users
> Subject: Re: Optimization Questions
>
> Here's a little bit of info that might help. Each instan
n point to in our apps. Thanks again.
>
> - Andrew
>
> -Original Message-
> From: Geoff Longman [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 09, 2006 9:45 PM
> To: Tapestry users
> Subject: Re: Optimization Questions
>
> Here's a little bit of info
nServlet. I'll be interested to see what the data really
means and what it can point to in our apps. Thanks again.
- Andrew
-Original Message-
From: Geoff Longman [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 09, 2006 9:45 PM
To: Tapestry users
Subject: Re: Optimization Questi
Here's a little bit of info that might help. Each instance of a page,
including all of it's component tree is 'constructed' only once. At
the end of the request the newly constructed page is put in the pool.
Tapestry "cleans" the page, actually it's called 'detach', The page
instance that goes into