No description
Find a file
2010-08-25 01:08:38 +02:00
akka-actors/src splitted up akka-core into three modules; akka-actors, akka-typed-actors, akka-core 2010-08-25 01:08:38 +02:00
akka-amqp/src removed trailing whitespace 2010-08-21 16:13:16 +02:00
akka-camel/src removed trailing whitespace 2010-08-21 16:13:16 +02:00
akka-core splitted up akka-core into three modules; akka-actors, akka-typed-actors, akka-core 2010-08-25 01:08:38 +02:00
akka-http/src Enhanced the RemoteServer/RemoteClient listener API 2010-08-21 18:05:06 +02:00
akka-jta/src/main/scala Now uses 'Duration' for all time properties in config 2010-07-23 04:54:21 +02:00
akka-karaf/akka-features/src/main/resources removed trailing whitespace 2010-08-21 16:13:16 +02:00
akka-kernel/src/main/scala re #290: Added parens to no-parameter methods returning Unit in all subprojects. 2010-07-02 22:37:26 +02:00
akka-persistence Introduced uniquely identifiable, loggable base exception: AkkaException and made use of it throught the project 2010-08-19 07:01:09 +02:00
akka-samples Updated version to 1.0-SNAPSHOT 2010-08-23 13:55:14 +02:00
akka-sbt-plugin Updated version to 1.0-SNAPSHOT 2010-08-23 13:55:14 +02:00
akka-spring/src Updated version to 1.0-SNAPSHOT 2010-08-23 13:55:14 +02:00
akka-typed-actors/src splitted up akka-core into three modules; akka-actors, akka-typed-actors, akka-core 2010-08-25 01:08:38 +02:00
config Updated version to 1.0-SNAPSHOT 2010-08-23 13:55:14 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo removed trailing whitespace 2010-08-21 16:13:16 +02:00
project splitted up akka-core into three modules; akka-actors, akka-typed-actors, akka-core 2010-08-25 01:08:38 +02:00
scripts Updated version to 1.0-SNAPSHOT 2010-08-23 13:55:14 +02:00
.gitignore Introduced uniquely identifiable, loggable base exception: AkkaException and made use of it throught the project 2010-08-19 07:01:09 +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 Release 0.10 2010-08-21 18:06:35 +02: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":http://letitcrash.com 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.