No description
Find a file
2010-05-20 21:03:38 +02:00
akka-amqp/src/main/scala Merged with master and fixed last issues 2010-05-16 20:15:08 +02:00
akka-camel/src Re-introducing 'sender' and 'senderFuture' references. Now 'sender' is available both for !! and !!! message sends 2010-05-19 10:09:30 +02:00
akka-cluster/src/main/scala Merge branch 'master' into actor-handle 2010-05-03 19:25:04 +02:00
akka-core/src Fixed race-condition in creation and registration of RemoteServers 2010-05-20 21:03:38 +02:00
akka-fun-test-java compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
akka-http/src Added Receive type 2010-05-16 23:45:36 +02:00
akka-jta/src/main/scala JTA: Added option to register "joinTransaction" function and which classes to NOT roll back on 2010-04-22 12:18:18 +02:00
akka-kernel/src/main/scala Moved Grizzly logic to Kernel and renamed it to EmbeddedAppServer 2010-04-29 17:42:06 +02:00
akka-persistence Added Receive type 2010-05-16 23:45:36 +02:00
akka-samples Added Receive type 2010-05-16 23:45:36 +02:00
akka-spring updated dependencies in pom 2010-04-22 12:48:16 +02:00
config Improved error handling and message for Config 2010-05-16 20:44:22 +02: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 Removing old, unused, dependencies 2010-05-17 00:04:27 +02:00
project Merge branch 'master' of git@github.com:jboner/akka 2010-05-16 20:15:51 +02:00
scripts Updated version to 0.8x 2010-03-30 19:37:48 +02:00
.gitignore Added StmConfigurationException 2010-04-22 09:53:45 +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