No description
Find a file
2011-06-18 23:34:18 -06:00
akka-actor/src/main Start migrating Future to use Actor.Timeout, including support for never timing out. More testing and optimization still needed 2011-06-18 23:23:47 -06:00
akka-actor-tests/src tracking down reason for failing scalacheck test, jvm needs '-XX:-OmitStackTraceInFastThrow' option so it doesn't start giving exceptions with no message or stacktrace. Will try to find better solution. 2011-06-18 16:43:38 -06:00
akka-camel/src unify sender/senderFuture into channel (++) 2011-06-13 22:36:46 +02:00
akka-camel-typed/src Creating a package object for the akka-package to put the .as-conversions there, also switching over at places from !! to ? 2011-06-13 14:59:22 +02:00
akka-cluster/src Renamed sample class for compute grid 2011-06-17 17:09:37 +02:00
akka-docs Added myself to the team 2011-06-18 22:32:40 -07:00
akka-durable-mailboxes Fixed remaining issues in pluggable serializers (cluster impl) 2011-06-14 19:35:18 +02:00
akka-http/src Minor renames of parameters of non-user API an some code cleanup 2011-06-06 20:05:43 -07:00
akka-kernel/src/main/scala/akka Removing ActorRef.isDefinedAt and Future.empty and moving Future.channel to Promise, renaming future to promise for the channel 2011-06-04 12:42:06 -07:00
akka-remote/src Fixing mem leak in NettyRemoteSupport.unregister 2011-06-17 12:04:17 +02:00
akka-samples Refactoring the use of !! to ?+.get for Akka internal code 2011-06-13 15:29:35 +02:00
akka-sbt-plugin/src/main/scala first pass at moving modules over, sbt project compiles properly 2011-05-23 11:37:56 -04:00
akka-slf4j/src/main/scala/akka/event/slf4j Fixing formatting for SLF4J errors 2011-06-12 22:06:11 +02:00
akka-spring/src Replacing !!! with ? 2011-06-13 13:43:21 +02:00
akka-stm/src Add several instances of silencing events 2011-06-17 21:01:32 -06:00
akka-testkit/src Test for null Event message 2011-06-18 16:41:40 -06:00
akka-tutorials 1. Removed implicit scoped timeout in ? method. 2011-06-14 14:26:13 +02:00
config Added TestEventListener 2011-06-17 16:45:36 -06:00
project Fix publishing 2011-06-18 21:57:05 -06:00
scripts Merged with master 2011-06-10 08:41:10 +02:00
.gitignore Merged wip-2.0 branch with latest master 2011-05-16 12:32:00 +02:00
LICENSE Improved error handling in Cluster.scala 2011-06-17 10:25:02 +02: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.