RE: Optimization Questions

2006-02-15 Thread Shannon, Andrew
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. --

RE: Optimization Questions

2006-02-15 Thread Shannon, Andrew
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

RE: Optimization Questions

2006-02-15 Thread Patrick Casey
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

Re: Optimization Questions

2006-02-14 Thread Jesse Kuhnert
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:

Re: Optimization Questions

2006-02-14 Thread Wayland Chan
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

Re: Optimization Questions

2006-02-14 Thread Geoff Longman
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

RE: Optimization Questions

2006-02-14 Thread Shannon, Andrew
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

Re: Optimization Questions

2006-02-09 Thread Geoff Longman
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