Where can I find Actor-based solutions to common concurrency problems?
I was looking to compare threaded solutions using locks of common concurrency problems like dining philosophers and sleeping barber to actor based solutions in a language like Erlang.
3 comments
[ 3.1 ms ] story [ 17.7 ms ] threadhttp://www.vijaykandy.com/archives/59
http://blog.ribomation.com/2009/08/06/generating-prime-numbe...
http://weblog.hypotheticalabs.com/?p=452
http://rosettacode.org/wiki/Dining_philosophers
http://www.cs.otago.ac.nz/staffpriv/ok/santa/index.htm
http://bestinclass.wordpress.com/2009/09/17/scala-vs-clojure...
The spec is a bit vague, but quick 'n' dirty Erlang code here:
http://snipt.org/ngni