[Seaside] Object Instances / Garbage collection

Avi Bryant avi.bryant at gmail.com
Thu Aug 31 18:47:46 UTC 2006


On Aug 31, 2006, at 11:26 AM, Dmitri Zagidulin wrote:
>
> This sort of thing happens all the time in my web apps (I'm using the
> simplest form of persistence - in image, no database or anything,
> while prototyping), and I'm wondering how you guys get around that.

They're probably being held onto by the Seaside session, which will  
go away eventually.  Try this:

WARegistry clearAllHandlers.  Smalltalk garbageCollect.

And then check #allInstances again.

Avi


More information about the Seaside mailing list