No description
Find a file
2010-08-15 11:22:30 +02:00
akka-active-object-test TypedActor refactoring completed, all test pass except for some in the Spring module (commented them away for now). 2010-07-27 21:48:33 +02:00
akka-amqp/src Cosmetic 2010-08-12 21:51:27 +02:00
akka-camel/src Closes #393 Redesign CamelService singleton to be a CamelServiceManager 2010-08-15 11:22:30 +02:00
akka-core Removing legacy dispatcher id 2010-08-13 16:26:44 +02:00
akka-http/src Fix Atmosphere integration for the new dispatchers 2010-08-13 15:31:17 +02:00
akka-jta/src/main/scala Now uses 'Duration' for all time properties in config 2010-07-23 04:54:21 +02:00
akka-karaf/akka-features/src/main/resources pulled wrappers into AkkaWrapperProject trait file; sjson, objenesis, dispatch-json, netty ok; multiverse is next 2010-06-08 22:57:55 -04:00
akka-kernel/src/main/scala re #290: Added parens to no-parameter methods returning Unit in all subprojects. 2010-07-02 22:37:26 +02:00
akka-persistence Update for Ref changes 2010-08-13 12:04:04 +12:00
akka-samples Closes #393 Redesign CamelService singleton to be a CamelServiceManager 2010-08-15 11:22:30 +02:00
akka-sbt-plugin Updated sbt plugin 2010-06-23 12:17:25 +12:00
akka-spring/src Closes #393 Redesign CamelService singleton to be a CamelServiceManager 2010-08-15 11:22:30 +02:00
config Cleaned up code and verified tests 2010-08-13 14:43:02 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Cleanup and Atmo+Lift version bump 2010-08-09 17:42:14 +02:00
project Merge branch 'master' of git-proxy:jboner/akka into rpc_amqp 2010-08-12 16:19:25 +02:00
scripts Changing akka-init-script.sh to use logback 2010-08-11 15:34:36 +02:00
.gitignore Added UntypedActor and UntypedActorRef (+ tests) to work with untyped MDB-style actors in Java. 2010-07-30 00:18:43 +02:00
LICENSE Added explicit nullification of all ActorRef references in Actor to make the Actor instance eligable for GC 2010-05-18 20:25:13 +02:00
README.textile fix for comments 2010-04-04 09:53:23 +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" / "Embrace failure" 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://akkasource.org":http://akkasource.org