[Seaside] Why isn't this a weak dictionary of some ilk?

Igor Stasenko siguctua at gmail.com
Wed Apr 22 15:44:03 UTC 2009


2009/4/22 Lukas Renggli <renggli at gmail.com>:
> Squeak has no weak dictionaries that reliably works. If you want you
> can replace this call with a WeakIdentityDictionary, but we found it
> less problematic like this.
>

Lukas, can you please share a details, what problems you have met.
A Weak*** stuff is one of the important parts of the system, and its
in our best interests to make it work rock solid.

> Lukas
>
> On Wed, Apr 22, 2009 at 5:17 PM, John Chludzinski
> <john.chludzinski at gmail.com> wrote:
>> WAHalo class>>initialize
>> Halos := SeasidePlatformSupport weakDictionaryOfSize: 20
>>
>> SeasidePlatformSupport class>>weakDictionaryOfSize: aNumber
>> ^ IdentityDictionary new: aNumber
>>
>> Why isn't this a weak dictionary of some ilk?
>>
>> ---jski
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
>>
>
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



-- 
Best regards,
Igor Stasenko AKA sig.


More information about the seaside mailing list