Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Akka is a framework for Java and Scala that is written with let-it-crash in mind. See this <a href="http://jonasboner.com/introducing-akka/" rel="nofollow noreferrer">article</a> and <a href="http://days2010.scala-lang.org/node/138/162" rel="nofollow noreferrer">this</a> presentation for an introduction to Actors and let-it-crash. It is also called <a href="http://en.wikipedia.org/wiki/Fail-fast" rel="nofollow noreferrer">Fail-Fast</a> and <a href="http://www.erlang.org/doc/design_principles/des_princ.html" rel="nofollow noreferrer">worker/supervisor</a> style. </p> <p>Two good presentations on erlang is <a href="http://www.infoq.com/presentations/Systems-that-Never-Stop-Joe-Armstrong" rel="nofollow noreferrer">Systems that Never Stop (and Erlang)</a> and <a href="http://www.infoq.com/presentations/Message-Passing-Concurrency" rel="nofollow noreferrer">Message Passing Concurrency in Erlang</a></p> <p><a href="http://theron.ashtonmason.net/index.php" rel="nofollow noreferrer">Theron</a> is a actor library for C++, I also think there is something in Boost also. </p> <p>Also Erlang can call C or C++ <a href="http://erlang.org/euc/03/proceedings/1400Hal.ppt" rel="nofollow noreferrer">code</a> see this for a discussion. Java / Scala / Akka can also call C++ code. </p> <p>(If you like C++ I suggest you to have a look at Scala, very nice language and better than Java if you come from C++.)</p> <p>Also Jonas Boners presentation <a href="http://www.slideshare.net/jboner/scalability-availability-stability-patterns" rel="nofollow noreferrer">Scalability, Availability &amp; Stability Patterns</a> is a good presentation on the topic. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload