[Seaside] Newbie questions about Squeak and Seaside

Philippe Marschall philippe.marschall at gmail.com
Thu Aug 24 18:51:13 UTC 2006


> I changed SeasidePlatformSupport #weakDictionaryOfSize: to read
>
>     ^ IdentityDictionary new: aNumber

This is recommended for anything but toy examples. We have that on all
our productive applications without any addional reaper process and it
works fine. I don't know why this is not standard. For the small
examples where WeakArrays work it doesn't really matter if some more
memory is used.

The WeakArray implementation simply does not scale and I doubt it will
ever be fixed. Hell I'm even willing to bet money.

Philippe


More information about the Seaside mailing list