www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Actor-based Concurrency

reply bearophile <bearophileHUGS lycos.com> writes:

Actor-based Concurrency, used in Erlang and Scala. It's not meant to replace,
but to be used as an alternative in some situations (different problems
probably require different ways to implement concurrency):

http://www.ddj.com/go-parallel/article/printableArticle.jhtml?articleID=214502187

http://weblogs.asp.net/podwysocki/archive/2009/03/02/introducing-maestro-a-dsl-for-actor-based-concurrency.aspx

http://blogs.msdn.com/maestroteam/

Bye,
bearophile
Mar 03 2009
parent BLS <windevguy hotmail.de> writes:
hi bearophile

something similar in D :

http://www.dsource.org/projects/tango.scrapple/browser/trunk/tango/scrapple/thread

actor.d and message.d are the files you may find interesting
guess in D2 we could make it even smarter.

bjoern

bearophile wrote:

Actor-based Concurrency, used in Erlang and Scala. It's not meant to replace,
but to be used as an alternative in some situations (different problems
probably require different ways to implement concurrency):
 
 http://www.ddj.com/go-parallel/article/printableArticle.jhtml?articleID=214502187
 
 http://weblogs.asp.net/podwysocki/archive/2009/03/02/introducing-maestro-a-dsl-for-actor-based-concurrency.aspx
 
 http://blogs.msdn.com/maestroteam/
 
 Bye,
 bearophile
Mar 03 2009