[Seaside] Garbage Collection/Handling

Lukas Renggli renggli at gmail.com
Fri Apr 13 11:30:05 UTC 2007


> WALRUCache allInstances do: [:x | x initialize].
> "clears context data"
> WARenderingContext allInstances do: [:x | x clearMode].
> "expires sessions"
> WASession allInstances do: [:x | x expire].
> "default garbage collection - do this several times just to be sure"

WARegistry clearAllHandlers

Does a much better job then the expressions above.

Lukas

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


More information about the Seaside mailing list