No description
Find a file
2010-03-11 08:53:27 +01:00
akka-amqp upgrade akka version in pom to 0.7-SNAPSHOT 2010-02-10 11:32:53 +01:00
akka-cluster Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
akka-comet Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
akka-core Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
akka-fun-test-java Upgraded to Multiverse 0.4 and its 2PC CommitBarriers, all tests pass 2010-02-26 16:25:42 +01:00
akka-kernel Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
akka-patterns Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
akka-persistence Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
akka-rest Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
akka-samples Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
akka-security Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
akka-util Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
akka-util-java upgraded to multiverse 0.4-SNAPSHOT 2010-02-22 13:22:10 +01:00
config Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
deploy Upgraded Atmosphere and Jersey to 1.1.5 and 0.5.1 respectively 2010-02-06 15:49:19 +01:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo upgraded version in pom to 1.1 2010-03-02 12:59:02 +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 Redis tests now passes with new STM + misc minor changes to Cluster 2010-03-04 19:02:23 +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 update docs, and comments 2010-03-06 09:29:39 +00: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