No description
Find a file
Jonas Bonér 03762bc9bd Added start of a help page for the akka-cluster tool.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-04-16 23:40:14 +02:00
akka-actor/src/main make error message more clear when logger initialization times out 2012-04-13 09:56:04 +02:00
akka-actor-migration/src/main/scala/akka Reinstating the magic number 2 into the stack-hack by Roland 2012-03-01 16:59:33 +01:00
akka-actor-tests/src/test incorporate Viktor’s review 2012-04-10 16:59:23 +02:00
akka-agent/src Reword default config headers 2012-02-21 14:39:08 -06:00
akka-camel/src Merge pull request #381 from akka/wip-camel-impicit-ctx 2012-03-28 00:19:43 -07:00
akka-cluster/src Changed output of the 'cluster-status' command to be nicely formatted. Added error handling to JMX registration. Added more doc to 'akka-cluster' script. 2012-04-16 16:58:19 +02:00
akka-docs #1931 - correcting logging config examples 2012-04-08 01:10:19 +02:00
akka-durable-mailboxes add docs for durMbx settings, see #1863 2012-03-05 17:48:38 +01:00
akka-kernel/src/main Added start of a help page for the akka-cluster tool. 2012-04-16 23:40:14 +02:00
akka-remote/src Merge branch 'wip-ask-remote-tests-∂π' 2012-04-10 15:15:22 +02:00
akka-samples move RemoteServerStarted message to NettyRemoteTransport, fixes #1771 2012-02-02 11:46:52 +01:00
akka-sbt-plugin Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
akka-slf4j/src Adjustments based on review. See #1805 2012-02-08 14:03:31 +01:00
akka-spring/src Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
akka-testkit/src fix CallingThreadMailbox.numberOfMessages 2012-04-03 16:28:36 +02:00
akka-transactor/src Reword default config headers 2012-02-21 14:39:08 -06:00
akka-tutorials/akka-tutorial-first Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
akka-zeromq/src fix ØMQ detection during tests 2012-04-12 15:13:16 +02:00
project bump version of scala-bindings to 0.0.5 2012-04-02 18:09:10 +02:00
scripts Deleted broken startup scripts. 2012-02-16 10:51:14 +01:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore Added ensime files to .gitignore. Plus fixed error from merge. 2012-02-28 11:39:10 +01:00
LICENSE Updated license to 2012. 2012-02-15 20:27:27 +01:00
ls.sbt Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
README.textile Updated license to 2012. 2012-02-15 20:27:27 +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 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.