Magma: Concurrent access to the same data

Chris Muller afunkyobject at yahoo.com
Wed Oct 22 22:56:15 UTC 2003


Nothing more than serialize the requests, first come, first serve.  Two adds of
the same object results in having two pointers to it from the mc (think Bag). 
Requests for removal of absentees are inhaled silently.

--- Avi Bryant <avi at beta4.com> wrote:
> 
> On Wed, 22 Oct 2003, Chris Muller wrote:
> 
> > I already implemented my own
> > "rcCollection" (a.k.a., MagmaCollection) I would think the rcCounter could
> be
> > done more easily.
> 
> Out of curiosity, what do MagmaCollections do to reduce conflicts?
> 
> Avi
> 




More information about the Squeak-dev mailing list