No description
Find a file
2010-03-20 10:16:22 +01:00
akka-amqp/src/main/scala remove pom files 2010-03-04 22:20:54 +01:00
akka-camel/src Extension/rewriting of remaining unit and functional tests 2010-03-20 09:20:01 +01:00
akka-cluster merged osgi-refactoring and sbt branch 2010-03-11 09:50:15 +01:00
akka-comet/src/main/scala Fixing container detection for SBT console mode 2010-03-13 14:06:52 +01:00
akka-core/src Improved Agent doc 2010-03-20 10:15:58 +01:00
akka-fun-test-java tabs -> spaces 2010-03-17 22:48:12 +01:00
akka-kernel/src/main Move to sbt 2010-03-16 06:45:04 +01:00
akka-patterns/src reformatted patterns code 2010-03-17 17:48:46 +01:00
akka-persistence added support for Redis based SortedSet persistence in Akka transactors 2010-03-18 10:51:22 +05:30
akka-rest/src/main merged osgi-refactoring and sbt branch 2010-03-11 09:50:15 +01:00
akka-samples camel-cometd example disabled 2010-03-19 08:14:00 +01:00
akka-security/src Return 408 is authentication times out 2010-03-13 14:07:37 +01:00
akka-util/src/main/scala Added tests to AgentTest and cleaned up Agent 2010-03-20 09:49:59 +01:00
akka-util-java moved akka.annotation._ to akka.actor.annotation._ to be merged in with akka-core OSGi bundle 2010-03-17 14:31:50 +01:00
config Merge branch 'master' of git@github.com:jboner/akka 2010-03-20 09:50:08 +01:00
deploy/root Finalized SBT packaging task, now Akka is fully ported to SBT 2010-03-10 17:16:10 +01:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo added new jar 1.2-SNAPSHOT for redisclient 2010-03-18 11:00:02 +05:30
project camel-cometd example disabled 2010-03-19 08:14:00 +01:00
scripts added line count script 2010-03-20 10:16:22 +01:00
.gitignore added remaining projects 2010-03-04 21:07:10 +01:00
akka.iml Redis tests now passes with new STM + misc minor changes to Cluster 2010-03-04 19:02:23 +01:00
LICENSE moved all samples into its own subproject 2010-01-02 21:16:05 +01:00
README.textile changed README 2010-01-02 22:59:46 +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 provides 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-heals, systems that never stop. 

Actors also provides 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