Re: ASO, SSO, perthread - checking my understanding

2012-08-16 Thread Thiago H de Paula Figueiredo
On Thu, 16 Aug 2012 16:21:58 -0300, Lenny Primak wrote: On Aug 16, 2012, at 2:03 PM, Michael Prescott wrote: Just want to check my understanding on a few matters. Pages and components are pooled and cleaned up between requests, so it's fine to use fields for storage during request proce

Re: ASO, SSO, perthread - checking my understanding

2012-08-16 Thread Michael Prescott
Much obliged. On 16 August 2012 15:21, Lenny Primak wrote: > Comments interspersed... > > > > On Aug 16, 2012, at 2:03 PM, Michael Prescott < > michael.r.presc...@gmail.com> wrote: > > > Just want to check my understanding on a few matters. > > > > Pages and components are pooled and cleaned up

Re: ASO, SSO, perthread - checking my understanding

2012-08-16 Thread Lenny Primak
Comments interspersed... On Aug 16, 2012, at 2:03 PM, Michael Prescott wrote: > Just want to check my understanding on a few matters. > > Pages and components are pooled and cleaned up between requests, so it's > fine to use fields for storage during request procesing (e.g. loop > variables)