No description
Find a file
Roland Kuhn e952569c7a rewrite FSM docs in reST
- also set add_function_parentheses to False (that is really annoying)
- also set show_authors to True (that is a matter of taste)
2011-04-17 16:37:53 +02:00
akka-actor/src/main make transition notifier more robust 2011-04-17 14:37:43 +02:00
akka-actor-tests/src make transition notifier more robust 2011-04-17 14:37:43 +02:00
akka-docs rewrite FSM docs in reST 2011-04-17 16:37:53 +02:00
akka-http/src Added parens to start 2011-04-12 09:56:17 +02:00
akka-remote/src Added parens to latch countDown 2011-04-12 11:35:10 +02:00
akka-samples Added parens to stop 2011-04-12 10:53:56 +02:00
akka-slf4j/src/main/scala/akka/event/slf4j Adjusted EventHandler to support Java API 2011-04-07 08:27:17 +02:00
akka-stm/src Added parens to latch countDown 2011-04-12 11:35:10 +02:00
akka-testkit/src/main/scala/akka/testkit Added parens to stop 2011-04-12 10:53:56 +02:00
akka-tutorials Added parens to stop 2011-04-12 10:53:56 +02:00
akka-typed-actor/src Quick fix for #773 2011-04-12 16:34:16 +02:00
config Changed logging level in ReflectiveAccess and set the default Akka log level to INFO 2011-04-01 15:49:33 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
project Set actor-tests as test dependency only of typed-actor 2011-04-13 10:23:01 +12:00
scripts add warning message to git-remove-history.sh 2011-04-05 19:45:05 +02:00
.gitignore completed first iteration of first getting started guide 2011-04-06 16:01:32 +02: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.