No description
Find a file
2010-05-28 16:47:43 +02:00
akka-amqp/src/main/scala Fixed issue with AMQP module 2010-05-28 11:58:52 +02:00
akka-camel/src Removed trailing whitespace 2010-05-21 20:08:49 +02:00
akka-core/src Merge branch 'master' of git@github.com:jboner/akka 2010-05-28 15:10:14 +02:00
akka-fun-test-java Fixed issue with sender reference in Active Objects 2010-05-28 10:58:32 +02:00
akka-http/src Fixed issue with sender reference in Active Objects 2010-05-28 10:58:32 +02:00
akka-jta/src/main/scala Removed trailing whitespace 2010-05-21 20:08:49 +02:00
akka-kernel/src/main/scala Removed trailing whitespace 2010-05-21 20:08:49 +02:00
akka-persistence Fixed issue with sender reference in Active Objects 2010-05-28 10:58:32 +02:00
akka-samples Correct fix for no logging on sbt run 2010-05-28 22:08:22 +12:00
akka-spring Removed trailing whitespace 2010-05-21 20:08:49 +02:00
config Added default dispatch.throughput value to akka-reference.conf 2010-05-27 15:58:28 +12:00
deploy/root Rewritten "home" address management and protocol, all test pass except 2 2010-05-16 10:59:06 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Upgraded to Cassandra 0.6.1 2010-05-25 12:24:15 +02:00
project Upgraded to Scala 2.8.0 RC3 2010-05-28 16:47:43 +02:00
scripts Removed trailing whitespace 2010-05-21 20:08:49 +02:00
.gitignore Added akka-sample-ants as a sample showcasing STM and Transactors 2010-05-24 15:59:32 +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