No description
Find a file
Patrik Nordwall b5be06e90c !clu #3920 Remove deprecated akka.cluster.auto-down
* replaced by akka.cluster.auto-down-unreachable-after
2014-03-14 14:11:28 +01:00
akka-actor/src/main =act, rem #2556 Optimize subscriptions of AddressTerminated 2014-03-12 10:17:34 +01:00
akka-actor-tests/src/test =act, rem #2556 Optimize subscriptions of AddressTerminated 2014-03-12 10:17:34 +01:00
akka-agent/src Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
akka-camel/src Merge pull request #2047 from drexin/wip-3858-make-case-classes-final-drexin 2014-03-11 16:06:31 +01:00
akka-cluster/src !clu #3920 Remove deprecated akka.cluster.auto-down 2014-03-14 14:11:28 +01:00
akka-contrib =all #3858 Make case classes final 2014-03-07 13:20:01 +01:00
akka-docs !clu #3920 Remove deprecated akka.cluster.auto-down 2014-03-14 14:11:28 +01:00
akka-kernel/src/main =pro,sam,act Change version to 2.4-SNAPSHOT 2014-03-07 14:53:35 +01:00
akka-multi-node-testkit/src/main =all #3858 Make case classes final 2014-03-07 13:20:01 +01:00
akka-osgi/src Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
akka-persistence/src =all #3858 Make case classes final 2014-03-07 13:20:01 +01:00
akka-remote/src =act, rem #2556 Optimize subscriptions of AddressTerminated 2014-03-12 10:17:34 +01:00
akka-remote-tests/src Merge pull request #2047 from drexin/wip-3858-make-case-classes-final-drexin 2014-03-11 16:06:31 +01:00
akka-samples Merge pull request #2047 from drexin/wip-3858-make-case-classes-final-drexin 2014-03-11 16:06:31 +01:00
akka-slf4j/src Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
akka-testkit/src Merge pull request #2047 from drexin/wip-3858-make-case-classes-final-drexin 2014-03-11 16:06:31 +01:00
akka-zeromq/src =all #3858 Make case classes final 2014-03-07 13:20:01 +01:00
atmos/src/main/resources Trace all system actors 2013-06-27 16:03:30 +02:00
project !tra #3920 Remove deprecated durable mailboxes 2014-03-14 14:11:28 +01:00
scripts +pro #3906 Building persistence Java with lambda support doc code automatically 2014-03-05 11:36:13 +01:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore !osg, pro Updated OSGi dependencies and using a BundleDelegatingClassLoader 2014-02-02 16:21:44 +01:00
CONTRIBUTING.md update to latest version of Typesafe CONTRIBUTING rules 2013-10-22 18:30:03 +02:00
LICENSE Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06: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.