[Seaside] Lingering objects

Avi Bryant avi at beta4.com
Wed Jun 4 12:09:30 CEST 2003


On Wed, 4 Jun 2003 Yoshiki.Ohshima at acm.org wrote:

>   Now "ComancheNetService services" returns empty dictionary, all
> subinstances of ComancheService and ComancheServer are #stop'ed (and
> #unregister'ed).  But still some instances of ComancheServer,
> HttpAdaptor, and WAKom linger.

The root of any objects related to Seaside is the singleton instance of
WADispatcher (or, in slightly earlier snapshots where WADispatcher doesn't
exist, WARegistry).  What happens if you nil out its 'default' class side
instance variable, and then garbage collect?  If there are still lingering
instances, we have a problem.

Avi



More information about the Seaside mailing list