No description
Find a file
2011-02-01 15:00:38 -08:00
akka-actor/src ticket #634 - add actor pool. initial version with unit tests 2011-02-01 14:56:34 -08:00
akka-http/src Changing to getPathInfo instead of getRequestURI for Mist 2011-01-28 12:42:31 +01:00
akka-remote/src Fixing a possible race-condition in netty 2011-01-31 12:41:39 +01:00
akka-samples Merge branch 'remote_deluxe' 2011-01-04 15:25:27 +01:00
akka-sbt-plugin/src/main/scala Add build-release task 2011-01-21 16:31:21 +13:00
akka-stm/src Merge branch 'remote_deluxe' 2011-01-04 15:25:27 +01:00
akka-typed-actor/src Porting the tests from wip-628-629 2011-01-26 14:06:40 +01:00
config changed config element name 2010-12-22 08:07:26 +01:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Give modified configgy a unique version and add a link to the source repository 2010-12-19 16:40:51 -07:00
project Disable -optimise and -Xcheckinit compiler options 2011-02-02 08:53:29 +13:00
scripts Updated the copyright header to 2009-2011 2010-12-22 15:35:50 +01:00
.gitignore Add tags to gitignore. 2010-10-06 15:21:44 +08:00
LICENSE Updated the copyright header to 2009-2011 2010-12-22 15:35:50 +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.