RE: statesaving - memory consumption

2008-09-02 Thread Daniel Niklas
Hi Michael, thanks for your answer. I'm not quite sure of upgrading to 1.1.6 or remove the old views map on my own (or both). Best regards Daniel -- View this message in context: http://www.nabble.com/statesaving---memory-consumption-tp19256471p19270418.html Sent from the MyFaces - Users maili

Re: statesaving - memory consumption

2008-09-02 Thread Daniel Niklas
Hi Simon, Simon Kitching wrote: > > I suspect think there is. A ReferenceMap will have internal data > structures. I haven't checked the code, but would guess that these are > only cleaned up when methods are called on the referencemap. > Right, this coul'd be a problem. Internally there is

Re: statesaving - memory consumption

2008-09-02 Thread Simon Kitching
Daniel Niklas schrieb: Hi Simon, Simon Kitching wrote: The idea is that by setting NUMBER_OF_VIEWS_IN_SESSION, a webapp can guarantee to support a certain number of back-button clicks - at the JSF level at least. Or that when two windows are open on the same webapp, that the user can pe

RE: statesaving - memory consumption

2008-09-02 Thread Michael Heinen
restored) are exactly reproducible and do not depend on memory consumption. Michael -Original Message- From: Daniel Niklas [mailto:[EMAIL PROTECTED] Sent: Dienstag, 2. September 2008 14:33 To: users@myfaces.apache.org Subject: Re: statesaving - memory consumption Hi Simon, Simon Kitching

Re: statesaving - memory consumption

2008-09-02 Thread Daniel Niklas
Hi Simon, Simon Kitching wrote: > > The idea is that by setting NUMBER_OF_VIEWS_IN_SESSION, a webapp can > guarantee to support a certain number of back-button clicks - at the JSF > level at least. > > Or that when two windows are open on the same webapp, that the user can > perform NUMBER_

Re: statesaving - memory consumption

2008-09-02 Thread Simon Kitching
Simon Kitching schrieb: Daniel Niklas schrieb: Hi, i am using server-side state saving (because the environment is a portal). I noticed a high memory consumption for the view state, or exacting for the history of old view states. Now i have some questions on this: 1) Is view state history *

Re: statesaving - memory consumption

2008-09-02 Thread Simon Kitching
Daniel Niklas schrieb: Hi, i am using server-side state saving (because the environment is a portal). I noticed a high memory consumption for the view state, or exacting for the history of old view states. Now i have some questions on this: 1) Is view state history *only* for "back-Button" of t