No description
Find a file
Konrad Malawski 83854f87c9 Merge pull request #17102 from ktoso/wip-promiseActorRef-wrong-deathwatch-ktoso
=act #17087 PromiseActorRef (ask pattern) must send right Terminated()
2015-03-31 15:14:27 +02:00
akka-actor Merge pull request #17102 from ktoso/wip-promiseActorRef-wrong-deathwatch-ktoso 2015-03-31 15:14:27 +02:00
akka-actor-tests =act #17087 PromiseActorRef (ask pattern) must send right Terminated() 2015-03-30 16:19:48 +02:00
akka-agent Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-bench-jmh Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-camel Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-cluster =rem #16224: Not terminate connections if quarantine id do not match 2015-03-26 16:11:48 +01:00
akka-cluster-metrics Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-contrib Merge pull request #16884 from drewhk/wip-16505-forwardport-drewhk 2015-03-25 14:44:15 +01:00
akka-docs Merge pull request #17024 from carrot-garden/persistence-leveldb-dependency 2015-03-25 09:07:55 +01:00
akka-kernel Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-multi-node-testkit Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-osgi Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-persistence Merge pull request #17024 from carrot-garden/persistence-leveldb-dependency 2015-03-25 09:07:55 +01:00
akka-persistence-tck Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-remote Merge pull request #16880 from drewhk/wip-16224-gate-should-open-on-inbound-connect-drewhk 2015-03-26 18:59:04 +01:00
akka-remote-tests =rem #16224: Not terminate connections if quarantine id do not match 2015-03-26 16:11:48 +01:00
akka-samples Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-slf4j Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-stream/src Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
akka-testkit +tes #17023 Adding ForwardActor among test-kit actors 2015-03-26 13:29:36 +02:00
akka-typed Merge pull request #16793 from akka/wip-TypedMultiMap-∂π 2015-03-14 21:12:10 +01:00
atmos/src/main/resources Trace all system actors 2013-06-27 16:03:30 +02:00
project Merge pull request #17024 from carrot-garden/persistence-leveldb-dependency 2015-03-25 09:07:55 +01:00
scripts + akka-cluster-metrics: new akka module 2015-01-19 10:23:54 -06:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore + akka-cluster-metrics: new akka module 2015-01-19 10:23:54 -06:00
build.sbt =pro upgrade to latest sbt and add first auto plugins 2014-11-30 15:34:59 +02:00
CONTRIBUTING.md Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
LICENSE Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
README.textile =pro clean up build 2013-12-13 21:06:13 +01:00

h1. Akka

We believe that writing correct concurrent, fault-tolerant and scalable applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction.

Akka is here to change that.

Using the Actor Model we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications.

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 is Open Source and available under the Apache 2 License.

Learn more at "http://akka.io":http://akka.io.