No description
Find a file
2011-03-13 06:55:57 +01:00
akka-actor/src Switching ThreadBasedDispatcher to use SynchronousQueue since only one actor should be in it 2011-03-11 23:13:31 +01:00
akka-http/src re #689: Verified config for akka-http. 2011-03-08 15:23:05 +01:00
akka-remote/src Changing order as to avoid DNS lookup in worst-case scenario 2011-03-09 16:45:04 +01:00
akka-samples Merge branch 'master' of github.com:jboner/akka 2011-03-02 00:17:01 +01:00
akka-sbt-plugin/src/main/scala Removing support for SBinary as per #686 2011-03-08 13:11:03 +01:00
akka-stm/src Add future and await to agent 2011-03-09 20:01:00 +08:00
akka-typed-actor/src Merge branch '647-krasserm' 2011-03-13 06:55:57 +01:00
config Removing ssl options since SSL isnt ready yet 2011-03-08 15:24:56 +01:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
project Removing the use of embedded-repo and deleting it, closing ticket #623 2011-03-08 16:13:09 +01:00
scripts Remove logback config 2011-03-04 18:04:15 +01:00
.gitignore Add tags to gitignore. 2010-10-06 15:21:44 +08:00
LICENSE Removed logging 2011-02-28 22:54:32 +01: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.