No description
Find a file
2010-07-21 15:17:46 -04: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 decoupled the mailbox implementation from the actor. The implementation is now controled by dispatcher associated with the actor. 2010-07-21 15:17:46 -04:00
akka-core decoupled the mailbox implementation from the actor. The implementation is now controled by dispatcher associated with the actor. 2010-07-21 15:17:46 -04: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-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 fix for idle client closing issues by redis server #338 and #340 2010-07-21 12:53:50 +05:30
akka-samples Merge branch 'master' of github.com:jboner/akka 2010-07-21 20:10:02 +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 fix for idle client closing issues by redis server #338 and #340 2010-07-21 12:53:50 +05:30
project closes #341: Fixed O-S-G-i example. 2010-07-21 11:23:17 +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