Andrei Alexandrescu: > The initial framework will emphasize de facto > isolation between threads and message passing. It will build on an > Erlang-inspired message passing design defined and implemented by Sean.
Sounds good. When you have 30+ CPU cores you don't want shared memory, in those situations message passing (and actors, agents, etc) seems better :-) Bye, bearophile
