No description
Find a file
2010-07-19 21:47:28 +02:00
akka-active-object-test Converted TAB to SPACE 2010-06-30 16:20:20 +02:00
akka-amqp/src Merge branch 'master' of git@github.com:jboner/akka 2010-07-15 21:39:23 +02:00
akka-camel/src Completely redesigned Producer trait. 2010-07-18 13:24:25 +02:00
akka-core Merge branch 'master' of git@github.com:jboner/akka 2010-07-18 07:30:19 +02:00
akka-http/src Adding support for maxInactiveActivity 2010-07-16 01:32:52 +02:00
akka-jta/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-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 removed logging in cassandra 2010-07-11 12:25:51 +02:00
akka-samples Fixing case 334 2010-07-19 21:47:28 +02:00
akka-sbt-plugin Updated sbt plugin 2010-06-23 12:17:25 +12:00
akka-spring Merge branch 'master' of github.com:jboner/akka 2010-07-07 19:09:11 +02:00
config Fixing case 334 2010-07-19 21:47:28 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Upgraded to new fresh Multiverse with CountDownCommitBarrier bugfix 2010-07-15 21:14:16 +02:00
project Fixing case 334 2010-07-19 21:47:28 +02:00
scripts minor edits 2010-07-02 13:09:58 +02:00
.gitignore Fixed bug in using STM together with Active Objects 2010-07-18 07:13: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