Concurrent Futures

Jason Johnson jason.johnson.081 at gmail.com
Tue Oct 30 20:42:43 UTC 2007


On 10/30/07, Igor Stasenko <siguctua at gmail.com> wrote:
> which is _NOT_ concurrent
> computing anymore, simple because its not using shared memory, and in
> fact there is no sharing at all, only a glimpse of it.

Huh?  What does sharing have to do with concurrency?  The one and only
thing shared state has to do with concurrency is the desire to speed
it up, i.e. a premature optimization.  That's it.



More information about the Squeak-dev mailing list