Re: [Wicket-user] Stateless wicket [was] Re: Wicket2 and Wicket 1.2.x

2007-01-09 Thread Johan Compagner
or detachable models are not used anywhere. And many db objects and its complete graphs are hold on to. But stateless support itself won't help for this because then you really need to use it and use it everywhere. But the secondlevel cache will keep the session much smaller. johan On 1/9/07,

[Wicket-user] Stateless wicket [was] Re: Wicket2 and Wicket 1.2.x

2007-01-08 Thread Carfield Yim
I just setup a tool call MessAdmin to check the size of httpsession, and I found that single login consume 14.6 MB , well, may be MessAdmin give me a wrong number. However, if that is the fact, I think I need to find some way to reduce the session memory consumption. If I use the stateless support

Re: [Wicket-user] Stateless wicket [was] Re: Wicket2 and Wicket 1.2.x

2007-01-08 Thread Igor Vaynberg
lol, i think you got a wrong number unless you are serializing the servlet container along with the page somehow :) or the units should be KB instead of MB -igor On 1/8/07, Carfield Yim [EMAIL PROTECTED] wrote: I just setup a tool call MessAdmin to check the size of httpsession, and I found