[Seaside] Re: Object Destruction (or how to destroy instance)

Lukas Renggli renggli at gmail.com
Wed Sep 12 17:49:04 UTC 2007


> Others was used in call.. And now they returned answer and i think
> that they are not active.
> But they still have link to report, which they returned via answer.

Inactive components don't immediately disappear from the
object-memory. The user of your application might hit the back button
anytime and then the state of the component tree needs to be restored.
Components that are not visible anymore will eventually be garbage
collected, either after a couple of requests (~10) or at session
timeout.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list