No description
Find a file
Viktor Klang a09074ad1a Cleanup
2010-02-22 21:41:38 +01:00
akka-amqp upgrade akka version in pom to 0.7-SNAPSHOT 2010-02-10 11:32:53 +01:00
akka-cluster upgrade akka version in pom to 0.7-SNAPSHOT 2010-02-10 11:32:53 +01:00
akka-comet Restructure loader to accommodate booting from a container 2010-02-16 22:46:36 +01:00
akka-core fixed bug with "spawn" 2010-02-18 21:57:06 +01:00
akka-fun-test-java converted tabs to spaces 2010-02-15 18:41:20 +01:00
akka-kernel Restructure loader to accommodate booting from a container 2010-02-16 22:46:36 +01:00
akka-patterns Cleanup 2010-02-22 21:41:38 +01:00
akka-persistence transactional storage access has to be through lazy vals: changed in Redis test cases 2010-02-19 17:45:44 +05:30
akka-rest converted tabs to spaces 2010-02-15 18:41:20 +01:00
akka-samples converted tabs to spaces 2010-02-15 18:41:20 +01:00
akka-security upgrade akka version in pom to 0.7-SNAPSHOT 2010-02-10 11:32:53 +01:00
akka-util upgrade version in akka.conf and Config.scala to 0.7-SNAPSHOT 2010-02-10 12:53:44 +01:00
akka-util-java converted tabs to spaces 2010-02-15 18:41:20 +01:00
config upgrade cassandra to 0.5.0 2010-02-17 15:25:35 +01:00
deploy Upgraded Atmosphere and Jersey to 1.1.5 and 0.5.1 respectively 2010-02-06 15:49:19 +01:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo upgrade cassandra to 0.5.0 2010-02-17 15:25:35 +01:00
scripts moved all samples into its own subproject 2010-01-02 21:16:05 +01:00
.gitignore added eclipse files to .gitignore 2009-11-19 00:04:32 +01:00
akka.iml Added clean automatic shutdown of RemoteClient, based on reference counting + fixed bug in shutdown of RemoteClient 2010-02-15 16:21:26 +01:00
changes.xml added tests for actor.forward 2009-12-26 14:18:14 +01:00
LICENSE moved all samples into its own subproject 2010-01-02 21:16:05 +01:00
pom.xml converted tabs to spaces 2010-02-15 18:41:20 +01:00
README.textile changed README 2010-01-02 22:59:46 +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 provides a better platform to build correct concurrent and scalable applications. 

For fault-tolerance we adopt the "Let it crash" / "Embrace failure" model which have been used with great success in the telecom industry to build applications that self-heals, systems that never stop. 

Actors also provides 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://akkasource.org":http://akkasource.org