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>
82
88
</div>
89
+
83
90
<div class="col-md-4 col-sm-6 col-xs-12">
84
91
<h4><i class="fa fa-exclamation"></i> Open Source </h4>
85
92
<p>Akka.NET is released under the Apache 2 license</p>
86
93
</div>
94
+
87
95
</div>
96
+
<!-- /FEATURED BOXES 3 -->
97
+
88
98
</div>
89
99
</section>
90
100
<!-- /WELCOME -->
@@ -93,6 +103,7 @@ h2:before{
93
103
<!-- PREMIUM -->
94
104
<sectionclass="alternate">
95
105
<div class="container">
106
+
96
107
<div class="row">
97
108
<div class="col-md-6">
98
109
<h2><strong>Actor</strong> Model</h2>
@@ -101,7 +112,9 @@ The Actor Model provides a higher level of abstraction for writing concurrent an
101
112
<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>
@@ -129,10 +143,10 @@ As a parent, the actor is responsible for handling its children’s failures (so
129
143
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