> T5 doesn't use the session itself. That's exactly what puzzles me.

Last time I checked the Form component persists the tracker, which
means rendering a form puts something in your session. Every page in
the test has a form and so a different tracker would be persisted.

I haven't done any testing to see how much heap this is actually
consuming, but I can't imagine that its too much. even with 20
sessions and 7 pages that should only be 140 trackers, right?


Josh


On Thu, Sep 17, 2009 at 4:44 PM, Thiago H. de Paula Figueiredo
<thiag...@gmail.com> wrote:
> Em Thu, 17 Sep 2009 18:31:11 -0300, Norman Franke <nor...@myasd.com>
> escreveu:
>
>> I'm puzzled by the retained size for 20 sessions.
>
> Me too . . .
>
>> Is that due to how
>> he wrote the app and marked everything as @Persist, or is T5 really
>> that bad?
>
> T5 doesn't use the session itself. That's exactly what puzzles me.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java consultant, developer, and instructor
> http://www.arsmachina.com.br/thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to