[Seaside] Space tally

Julian Fitzell jfitzell at gmail.com
Thu Oct 2 09:45:04 UTC 2008


On Wed, Oct 1, 2008 at 10:57 PM, Bill Schwab <BSchwab at anest.ufl.edu> wrote:
> Adrian,
>
> I ran the space tally, and have found, even after
>
>       WARegistry clearAllHandlers.
>       Smalltalk garbageCollect.
>
> that there are still some Seaside entrails present in the image.  In
> particular, there are 11 instances of WAApplication, and 4 instances of
> WADispatcher.  There are also quite a few surviving instances from the
> cryptography package, suggesting that I probably have some orphans from
> my experiments with SSL connections.  I will dig around some more.

You probably need to restart Comanche. In Seaside 2.8, WAKom holds
onto the default Dispatcher so it won't get garbage collected. This
will be fixed in 2.9.

Julian


More information about the seaside mailing list