No description
Find a file
2010-03-25 01:40:22 +01:00
akka-amqp/src/main/scala
akka-camel/src compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
akka-cluster compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
akka-comet/src/main/scala compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
akka-core/src compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
akka-fun-test-java compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
akka-kernel/src/main
akka-patterns/src
akka-persistence Resolved conflicts 2010-03-25 01:40:22 +01:00
akka-rest/src/main
akka-samples
akka-security/src
akka-spring
akka-util/src/main/scala
akka-util-java/src/main/java/se/scalablesolutions/akka
config
deploy/root
docs/images
embedded-repo Resolved conflicts 2010-03-25 01:40:22 +01:00
project compiles, tests and dists without Redis + samples 2010-03-25 01:28:55 +01:00
scripts
.gitignore
akka.iml
LICENSE
README.textile

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