No description
Find a file
viktorklang 68b8b153b6 Merge pull request #86 from bwmcadams/master
Documentation for MongoDB Based Durable Mailboxes
2011-07-12 10:07:17 -07:00
akka-actor/src/main Removing Scheduler.shutdown from public API and making the SchedulerSpec clean up after itself instead 2011-07-12 12:17:32 +02:00
akka-actor-tests/src Removing Scheduler.shutdown from public API and making the SchedulerSpec clean up after itself instead 2011-07-12 12:17:32 +02:00
akka-camel/src re-enable akka-camel and akka-camel-typed and fix compile and test errors 2011-06-28 16:53:11 +02:00
akka-camel-typed/src Fixed clustered management of actor serializer. 2011-06-22 09:59:00 +02:00
akka-cluster/src Fix for scaladoc - manually edit the protocol 2011-07-12 11:29:05 +12:00
akka-docs Documentation for MongoDB-based Durable Mailboxes 2011-07-12 11:54:10 -04:00
akka-durable-mailboxes Revert "Commenting out the Mongo mailboxen until @rit has published the jar ;-)" 2011-07-12 15:37:49 +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-samples Merge remote branch 'remotes/origin/modules-migration' 2011-07-04 13:31:05 +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 - removed unused imports 2011-06-29 23:37:33 +03:00
akka-stm/src 1. Removed implicit scoped timeout in ? method. 2011-06-14 14:26:13 +02:00
akka-testkit/src 1. Implemented replication through transaction log, e.g. logging all messages and replaying them after actor migration 2011-07-08 08:28:13 +02:00
akka-tutorials 1. Removed implicit scoped timeout in ? method. 2011-06-14 14:26:13 +02:00
config Migrate to Hammersmith (com.mongodb.async) URI Format based URLs; new 2011-07-11 20:02:14 -04:00
project Revert "Commenting out the Mongo mailboxen until @rit has published the jar ;-)" 2011-07-12 15:37:49 +02: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.