No description
Find a file
2010-01-18 22:33:17 +01:00
akka-amqp Restructured persistence modules into its own submodule 2010-01-02 22:53:11 +01:00
akka-cluster Cleanup 2010-01-14 23:05:26 +01:00
akka-comet Updated deps 2010-01-18 22:33:17 +01:00
akka-core Merge branch 'cluster_restructure' 2010-01-16 22:21:57 +01:00
akka-fun-test-java moved all samples into its own subproject 2010-01-02 21:16:05 +01:00
akka-kernel Moved the cluster impls to their own modules 2010-01-11 22:36:57 +01:00
akka-persistence Queue storage is only implemented in Redis. Base trait throws UnsupportedOperationException 2010-01-13 10:25:32 +05:30
akka-rest Updated deps 2010-01-18 22:33:17 +01:00
akka-samples dos2unix formatting 2010-01-05 10:27:14 +01:00
akka-security Restructured persistence modules into its own submodule 2010-01-02 22:53:11 +01:00
akka-util dos2unix formatting 2010-01-05 10:27:14 +01:00
akka-util-java removed unecessary parent pom directive 2010-01-02 21:34:32 +01:00
config Cleanup 2010-01-14 23:05:26 +01:00
deploy dos2unix formatting 2010-01-05 10:27:14 +01:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Implemented persistent transactional queue with Redis backend 2010-01-11 15:30:38 +05:30
scripts moved all samples into its own subproject 2010-01-02 21:16:05 +01:00
.gitignore added eclipse files to .gitignore 2009-11-19 00:04:32 +01:00
akka.iml moved Cluster into akka-core + updated dbDispatch jars 2009-12-21 08:38:25 +01:00
changes.xml added tests for actor.forward 2009-12-26 14:18:14 +01:00
LICENSE moved all samples into its own subproject 2010-01-02 21:16:05 +01:00
pom.xml Updated bio 2010-01-16 23:08:01 +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