No description
Find a file
Jonas Bonér b63709d82c Removed typeclass serialization in favor of reflection-based.
Removed possibility to create multiple ClusterNode, now just one in Cluster.node.
Changed timestamp format for default EventHandler listener to display NANOS.
Cleaned up ClusterModule in ReflectiveAccess.

Signed-off-by: Jonas Bonér <jonasremove@jonasboner.com>
2011-05-20 09:08:11 +02:00
akka-actor/src/main Removed typeclass serialization in favor of reflection-based. 2011-05-20 09:08:11 +02:00
akka-actor-tests/src 1. Added docs on how to run the multi-jvm tests 2011-05-19 10:58:30 +02:00
akka-cluster/src Removed typeclass serialization in favor of reflection-based. 2011-05-20 09:08:11 +02:00
akka-docs 1. Added docs on how to run the multi-jvm tests 2011-05-19 10:58:30 +02:00
akka-durable-mailboxes Added durable mailboxes: File-based, Redis-based, Zookeeper-based and Beanstalk-based 2011-05-17 14:48:06 +02:00
akka-http/src Added Scalariform sbt plugin which formats code on each compile. Also checking in reformatted code 2011-05-18 17:25:30 +02:00
akka-remote/src Removed typeclass serialization in favor of reflection-based. 2011-05-20 09:08:11 +02:00
akka-samples Merged wip-2.0 branch with latest master 2011-05-16 12:32:00 +02:00
akka-slf4j/src/main/scala/akka/event/slf4j Added Scalariform sbt plugin which formats code on each compile. Also checking in reformatted code 2011-05-18 17:25:30 +02:00
akka-stm/src Added Scalariform sbt plugin which formats code on each compile. Also checking in reformatted code 2011-05-18 17:25:30 +02:00
akka-testkit/src Added Scalariform sbt plugin which formats code on each compile. Also checking in reformatted code 2011-05-18 17:25:30 +02:00
akka-tutorials Bump version to 2.0-SNAPSHOT 2011-05-18 12:44:37 +12:00
akka-typed-actor/src Added copyright header 2011-05-18 20:29:53 +02:00
config Bump version to 2.0-SNAPSHOT 2011-05-18 12:44:37 +12:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
project Turned of verbose mode of formatting 2011-05-18 17:41:10 +02:00
scripts Bump version to 2.0-SNAPSHOT 2011-05-18 12:44:37 +12:00
.gitignore Merged wip-2.0 branch with latest master 2011-05-16 12:32:00 +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.