Oh, yes, that's just what I need. From the class comment of WeakArray:

"WeakArray is an array which holds only weakly on its elements. This
means whenever an object is only referenced by instances of WeakArray
it will be garbage collected".

Thank you Nicolas.

On Tue, Apr 21, 2009 at 10:14 AM, nicolas cellier <ncell...@ifrance.com> wrote:
> Miguel Enrique Cobá Martínez <miguel.coba <at> gmail.com> writes:
>
>> snip... (sorry, gmane want this)
>>
>> The question is. When you have an object that is referenced from many
>> places, but only one of them is the correct according to the problem
>> domain, how do you manage the adding, removing and updating of the
>> object to the other interested?
>>
>> Is there a guideline here?
>>
>> Thanks for the advise,
>> Miguel Cobá
>>
>
> What you need is a WeakArray or some cousin of it.
> Browse this class and examples of use.
>
> Nicolas
>
>
>
>
>
> _______________________________________________
> Beginners mailing list
> Beginners@lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to