No description
Find a file
2011-04-26 16:09:48 +02:00
akka-actor/src/main Making ActorRegistry public so it`ll be in the scaladoc, constructor remains private tho, closing #743 2011-04-26 12:12:25 +02:00
akka-actor-tests/src Merge branch 'wip-testkit2' 2011-04-23 11:23:50 +02:00
akka-docs Improved stm docs 2011-04-26 16:09:48 +02:00
akka-http/src Added parens to start 2011-04-12 09:56:17 +02:00
akka-remote/src Applied patch from bruce.mitchener, with minor adjustment 2011-04-23 08:11:31 +02:00
akka-samples Removed OSGi from all modules except for akka-actor. Added OSGi example. 2011-04-21 11:22:31 +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 Applied patch from bruce.mitchener, with minor adjustment 2011-04-23 08:11:31 +02:00
akka-testkit/src test exception reception on TestActorRef.apply() 2011-04-21 21:59:12 +02:00
akka-tutorials Fixed problem in Pi calculation algorithm 2011-04-23 11:55:54 +02:00
akka-typed-actor/src Applied patch from bruce.mitchener, with minor adjustment 2011-04-23 08:11:31 +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 Update Jetty to version 7.4.0 2011-04-24 11:24:29 -06:00
scripts add warning message to git-remove-history.sh 2011-04-05 19:45:05 +02:00
.gitignore Add includecode directive for akka-docs 2011-04-19 13:03:15 +12: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.