Akka.NET
We believe that writing correct concurrent, fault-tolerant and scalable applications is too hard.
Most of the time, that‘s because we are using the wrong tools and the wrong level of abstraction. Akka is here to change that.
By using the Actor Model, we raise the abstraction level and provide a better platform to build scalable, resilient and responsive applications—see the Reactive Manifesto for more details.
For fault-tolerance we adopt the "let it crash" model which the telecom industry has used with great success to build applications that self-heal and systems that never stop. Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.
Akka.NET is Open Source and available under the Apache 2 License -- explained in plain english here.
Download from https://github.com/akkadotnet/akka.net.
Actors give you:
Everything in Akka is designed to work in a distributed environment: all interactions of actors use pure message passing and everything is asynchronous.
Clustering support is currently in beta. See here for details.
Akka.Persistence is currently in beta and is under very active development. Follow the development and learn more here.
Akka.NET is supported by Petabridge, a company making distributed, realtime computing easy for .NET developers.
http://getakka.net/docs/What%20is%20Akka
https://github.com/wanglong/akka.net
https://github.com/akkadotnet
原文:http://www.cnblogs.com/Leo_wl/p/5001386.html