[Seaside] Lurking SessionObjects

Avi Bryant seaside@lists.squeakfoundation.org
Thu, 21 Nov 2002 12:21:07 -0800 (PST)


On Thu, 21 Nov 2002, Derek Brans wrote:

> Thanks for your responses Julian and Avi.
>
>   I have tried a couple things to get rid of the extra continuations and
> SessionObjects and stuff.
> 1. I went to each WAApplication and emptied the session cache.
> 2. I emptied (WAApplication applications) and then initialized all
> subinstances of WAComponent.
>
> I had hoped that the first action would get rid of all sessions in
> memory.
> The second action was my interpretation of Julian's advice to delete all
> applications and reinitialize them.
> Neither had any effect on the number of subinstances of SessionObjects,
> Sessions, Continuations or WAApplications.

Derek, I'm taking a look at this, and I'm also having problems getting rid
of the instances.  Figuring out what's holding on to something can be
difficult - the only thing I know to do is to use the "objects pointing
to this value" menu item in the Inspector (I've never gotten "chase
pointers" to work).

I'll let you know what I find.

Avi