On Mon, Mar 23, 2009 at 11:39 AM, Antony Blakey
<antony.blakey@gmail.com> wrote:
On 23/03/2009, at 7:37 AM, Michael van der Gulik wrote:
> Smalltalk, the language rather than the implementation, already has
> fantastic support for concurrency. Smalltalkers just don't know how
> to use it. We don't need to rethink the model, we just need to learn
> to use what we have.
Mutexes and semaphores are hardly 'fantastic'. The state of the art in
support for concurrency is way beyond what Smalltalk provides -
locking is both primitive and generally not scalable.