synchronization RE: HotSpot (was: Re: Concurrency in Squeak? Is there any?)

Patrick Logan patrickl at gemstone.com
Thu Jan 21 22:25:00 UTC 1999


    Can someone explain briefly the notion of "syncronization" as it
    is being used here?

In the case of Java's synchronization, it is drawn from Hoare's
"monitor" mechanism. It is one solution to synchronizing access to a
shared resource. In Java a method or a set of statements within a
method can be synchronized relative to some object, either the
receiver or some other explicitly referenced object.

-- 
Patrick Logan                 mailto:patrickl at gemstone.com
Voice 503-533-3365            Fax   503-629-8556
Gemstone Systems, Inc         http://www.gemstone.com





More information about the Squeak-dev mailing list