No description
Find a file
Peter Veentjer aaec3aef77 ticket #992
2011-08-06 23:08:01 +03:00
akka-actor/src/main ticket #889 after merge 2011-07-28 16:56:35 +03:00
akka-actor-tests/src Simpler method for filtering EventHandler during testing 2011-07-28 12:13:27 -06:00
akka-camel/src Merge branch 'master' into wip-derekjw 2011-07-26 13:05:28 -06:00
akka-camel-typed/src Updating copyright section to Typesafe Inc. etc 2011-07-14 16:03:08 +02:00
akka-cluster/src ticket #992 2011-08-06 23:08:01 +03:00
akka-docs Merge branch 'master' into wip-derekjw 2011-07-26 12:50:09 -06:00
akka-durable-mailboxes Reformat with scalariform 2011-07-26 18:33:59 +12:00
akka-http/src Updating copyright section to Typesafe Inc. etc 2011-07-14 16:03:08 +02:00
akka-kernel/src/main/scala/akka Updating copyright section to Typesafe Inc. etc 2011-07-14 16:03:08 +02:00
akka-samples ticket #889 after merge 2011-07-28 16:56:35 +03:00
akka-sbt-plugin Ticket 1002: dist dependsOn packageBin 2011-07-21 09:51:36 +02:00
akka-slf4j/src/main/scala/akka/event/slf4j Updating copyright section to Typesafe Inc. etc 2011-07-14 16:03:08 +02:00
akka-spring/src removing replySafe and replyUnsafe in favor of the unified reply/tryReply 2011-07-20 15:58:28 +02:00
akka-stm/src Merge branch 'master' into wip-derekjw 2011-07-26 13:05:28 -06:00
akka-testkit/src Simpler method for filtering EventHandler during testing 2011-07-28 12:13:27 -06:00
akka-tutorials ticket #889 after merge 2011-07-28 16:56:35 +03:00
config Merge branch 'master' into wip-derekjw 2011-07-26 12:50:09 -06:00
project Update scalariform plugin 2011-07-27 09:37:44 +12:00
scripts Updating copyright section to Typesafe Inc. etc 2011-07-14 16:03:08 +02:00
.gitignore Merged wip-2.0 branch with latest master 2011-05-16 12:32:00 +02:00
.history Lots of code cleanup and bugfixes of Deployment, still not AOT/JIT separation 2011-07-26 17:12:00 +02:00
LICENSE Updating copyright section to Typesafe Inc. etc 2011-07-14 16:03:08 +02:00
README.textile Changed URI to akka.io 2011-01-05 05:32:59 -08: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://akka.io":http://akka.io.