No description
Find a file
patriknw b9f7f4e4cc Merge pull request #452 from akka/wip-1755-protobuf-DaemonMsg-patriknw
Replace Java serialization of DaemonMsg by protobuf. See #1755
2012-05-21 01:40:43 -07:00
akka-actor/src/main Merge pull request #452 from akka/wip-1755-protobuf-DaemonMsg-patriknw 2012-05-21 01:40:43 -07:00
akka-actor-tests/src/test Merge pull request #450 from akka/wip-checked-duration-∂π 2012-05-14 01:52:25 -07:00
akka-agent/src Reword default config headers 2012-02-21 14:39:08 -06:00
akka-camel/src Merge pull request #448 from akka/ticket_1732 2012-05-12 06:36:51 -07:00
akka-cluster/src Use maxSampleSize correctly. See #2065 2012-05-14 09:35:15 +02:00
akka-docs Merge pull request #455 from akka/wip-2061-dmb-tests-patriknw 2012-05-20 22:48:54 -07:00
akka-durable-mailboxes Merge pull request #452 from akka/wip-1755-protobuf-DaemonMsg-patriknw 2012-05-21 01:40:43 -07:00
akka-kernel/src/main Changed package to akka.jmx, for OSGi purposes. See #2079 2012-05-20 20:16:12 +02:00
akka-remote/src Optimize remote serialization for the create from class case. See #1755 2012-05-15 18:22:40 +02:00
akka-samples #1990 - Adding Java and Scala version of the microkernel docs 2012-04-23 14:50:26 +02:00
akka-sbt-plugin Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
akka-slf4j/src Increasing the timeout as to not barf on slow test boxes 2012-05-02 15:14:35 +02:00
akka-testkit/src Merge pull request #455 from akka/wip-2061-dmb-tests-patriknw 2012-05-20 22:48:54 -07:00
akka-transactor/src Removing akka.actor.Actors since they were deprecated in 2.0.2 2012-05-07 20:37:56 +02:00
akka-zeromq/src Revert "closes #2019: Use parentheses for arity-0 methods which are not referentially transparent" 2012-05-03 21:14:47 +02:00
project Merge pull request #455 from akka/wip-2061-dmb-tests-patriknw 2012-05-20 22:48:54 -07:00
scripts Deleted broken startup scripts. 2012-02-16 10:51:14 +01:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore Removed code for tutorial, already removed in docs since duplicate in Typesafe/Akka getting started guide and template 2012-05-15 09:19:02 +02:00
LICENSE Updated license to 2012. 2012-02-15 20:27:27 +01:00
ls.sbt Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
README.textile Updated license to 2012. 2012-02-15 20:27:27 +01: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" 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.