No description
Find a file
2012-05-18 19:25:43 +02:00
akka-actor/src/main Huge refactor + preparing for binary compatibility, last stretch for akka-actor.jar... 2012-05-18 19:25:43 +02:00
akka-actor-tests/src/test Removing ActorTimeoutException since it was only used in GracefulStop, and changed GracefulStop to use PromiseActorRef instead of spawning a toplevel actor 2012-05-18 14:55:38 +02:00
akka-agent/src
akka-camel/src Merge pull request #448 from akka/ticket_1732 2012-05-12 06:36:51 -07:00
akka-cluster/src Moving out ConfigurationException from akka.config to akka 2012-05-16 17:04:13 +02:00
akka-docs Removing ActorTimeoutException everywhere... I swear it... 2012-05-18 15:23:21 +02:00
akka-durable-mailboxes Moving out ConfigurationException from akka.config to akka 2012-05-16 17:04:13 +02:00
akka-kernel/src/main
akka-remote/src Moving out ConfigurationException from akka.config to akka 2012-05-16 17:04:13 +02:00
akka-samples
akka-sbt-plugin
akka-slf4j/src
akka-testkit/src properly take boxing into account when expecting messages by type or class 2012-05-15 21:12:46 +02:00
akka-transactor/src Removing ActorTimeoutException everywhere... I swear it... 2012-05-18 15:23:21 +02:00
akka-zeromq/src Revert "closes #2019: Use parentheses for arity-0 methods which are not referentially transparent" 2012-05-03 21:14:47 +02:00
project Use previous snapshot publishing, rather than sonatype 2012-05-13 21:14:23 +12:00
scripts
src/main/ls
.gitignore Removed code for tutorial, already removed in docs since duplicate in Typesafe/Akka getting started guide and template 2012-05-15 09:19:02 +02:00
LICENSE
ls.sbt
README.textile

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 together with Software Transactional Memory 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 have been used with great success in the telecom industry to build applications that self-heal, 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.