No description
Find a file
2010-07-06 22:53:10 +02:00
akka-active-object-test Converted TAB to SPACE 2010-06-30 16:20:20 +02:00
akka-amqp/src - added dummy tests to make sure the test classes don't fail because of disabled tests, these tests need a local rabbitmq server running 2010-07-02 14:15:53 +02:00
akka-camel/src re #290: Added parens to no-parameter methods returning Unit in all subprojects. 2010-07-02 22:37:26 +02:00
akka-core/src Tests pass with Dummy SSL config! 2010-07-06 22:53:10 +02:00
akka-http/src re #290: Added parens to no-parameter methods returning Unit in all subprojects. 2010-07-02 22:37:26 +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 Merge branch 'master' of github.com:jboner/akka 2010-07-02 22:56:25 +02:00
akka-samples re #290: Added parens to no-parameter methods returning Unit in all subprojects. 2010-07-02 22:37:26 +02:00
akka-sbt-plugin Updated sbt plugin 2010-06-23 12:17:25 +12:00
akka-spring Changed Akka to use IllegalActorStateException instead of IllegalStateException 2010-07-02 11:39:25 +02:00
config Removed isTransactionalityEnabled 2010-06-20 10:10:09 +12:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Added codefellow to the plugins embeddded repo and upgraded to 0.3 2010-07-02 15:41:04 +02:00
project Added codefellow to the plugins embeddded repo and upgraded to 0.3 2010-07-02 15:41:04 +02:00
scripts minor edits 2010-07-02 13:09:58 +02:00
.gitignore Merge commit '02b816b893' 2010-07-01 23:58:01 +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