No description
Find a file
2010-09-12 01:58:17 +05:30
akka-actor/src Optimization of Index 2010-09-08 17:50:48 +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/src/test/scala/actor/supervisor Moving Queues into akka-actor 2010-08-30 15:54:19 +02:00
akka-http/src Add possibility to set default cometSupport in akka.conf 2010-08-31 18:11:39 +02:00
akka-jta/src/main/scala Changed JtaModule to use structural typing instead of Field reflection, plus added a guard 2010-08-30 19:47:35 +02:00
akka-karaf/akka-features/src/main/resources Completed refactoring into lightweight modules akka-actor akka-typed-actor and akka-remote 2010-08-28 17:00:27 +02:00
akka-kernel/src/main/scala improved error reporting 2010-09-06 21:26:02 +02:00
akka-persistence refactoring for more type safety 2010-09-12 01:58:17 +05:30
akka-remote/src improved error reporting 2010-09-06 21:26:02 +02:00
akka-samples Removing Lift sample project and deps (saving ~5MB of dist size 2010-09-04 18:26:00 +02:00
akka-sbt-plugin Merge branch 'master' of git@github.com:jboner/akka 2010-08-29 18:17:36 +02:00
akka-spring/src minor edits to scala test specs descriptors, fix up comments 2010-09-08 21:27:50 +01:00
akka-typed-actor/src Fixing master 2010-08-30 13:17:58 +02:00
config Fixing ticket #420 2010-09-03 11:45:01 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Refactor mongodb module to confirm to Redis and Cassandra. Issue #430 2010-09-09 14:31:18 +05:30
project changes for ticket #343. Test harness runs for both Redis and Mongo 2010-09-10 23:08:25 +05:30
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.