You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Use Akka.NET Extensions to adapt Akka to fit your needs.</p>
88
82
</div>
89
-
90
83
<div class="col-md-4 col-sm-6 col-xs-12">
91
84
<h4><i class="fa fa-exclamation"></i> Open Source </h4>
92
85
<p>Akka.NET is released under the Apache 2 license</p>
93
86
</div>
94
-
95
87
</div>
96
-
<!-- /FEATURED BOXES 3 -->
97
-
98
88
</div>
99
89
</section>
100
90
<!-- /WELCOME -->
@@ -103,7 +93,6 @@ h2:before{
103
93
<!-- PREMIUM -->
104
94
<sectionclass="alternate">
105
95
<div class="container">
106
-
107
96
<div class="row">
108
97
<div class="col-md-6">
109
98
<h2><strong>Actor</strong> Model</h2>
@@ -112,9 +101,7 @@ The Actor Model provides a higher level of abstraction for writing concurrent an
112
101
<p>Actors were defined in the 1973 paper by <ahref="http://en.wikipedia.org/wiki/Carl_Hewitt">Carl Hewitt</a> but have been popularized by the Erlang language, and used for example at Ericsson with great success to build highly concurrent and reliable telecom systems.</p>
@@ -143,10 +129,10 @@ As a parent, the actor is responsible for handling its children’s failures (so
143
129
This enables a clean set of semantics for managing failures in a concurrent, distributed system and allows for writing highly fault-tolerant systems that self-heal.</p>
0 commit comments