No description
Find a file
Roland e054816047 make failure injection idempotent
- instead of creating local top-level actors per pipeline, just create
  one system actor through which everything is sent
- this enables storing settings (like what to throttle how) within this
  actor and applying settings when connections come up later
- it also gets rid of the blocking actor creation from
  NetworkFailureInjector, fixing the dead-lock
- moved also the ServerFSMs to be children of the Controller
- all actors have proper names now for easier debugging
2012-05-24 10:56:32 +02:00
akka-actor/src/main make failure injection idempotent 2012-05-24 10:56:32 +02:00
akka-actor-migration/src/main/scala/akka Reinstating the magic number 2 into the stack-hack by Roland 2012-03-01 16:59:33 +01:00
akka-actor-tests/src/test Merge pull request #363 from akka/wip-promisestream-∂π 2012-03-05 01:34:10 -08:00
akka-agent/src Reword default config headers 2012-02-21 14:39:08 -06:00
akka-camel/src Processed review wip-camel pull request 344 2012-03-17 21:23:06 +01:00
akka-cluster/src Removed obsolete FIXME. 2012-03-23 12:08:37 +01:00
akka-docs Adding a doc diagram for the Test Conductor Extension 2012-05-08 13:56:24 +02:00
akka-durable-mailboxes add docs for durMbx settings, see #1863 2012-03-05 17:48:38 +01:00
akka-kernel/src/main Fix kernel start script. See #1889 2012-03-06 11:51:55 +13:00
akka-remote/src make failure injection idempotent 2012-05-24 10:56:32 +02:00
akka-remote-tests/src make failure injection idempotent 2012-05-24 10:56:32 +02:00
akka-samples move RemoteServerStarted message to NettyRemoteTransport, fixes #1771 2012-02-02 11:46:52 +01:00
akka-sbt-plugin Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
akka-slf4j/src Adjustments based on review. See #1805 2012-02-08 14:03:31 +01:00
akka-spring/src Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
akka-testkit/src implement more precise bandwith throttling 2012-05-05 22:14:42 +02:00
akka-transactor/src Reword default config headers 2012-02-21 14:39:08 -06:00
akka-tutorials/akka-tutorial-first Update version to 2.1-SNAPSHOT 2012-03-05 10:50:54 +13:00
akka-zeromq/src Merge pull request #348 from lespea/master 2012-02-22 07:49:41 -08:00
project Adjusted tests to latest testconductor, remote deploy still fails. See #2069 2012-05-22 16:35:43 +02:00
scripts add utility for fixing up broken PROTOC code (and apply it) 2012-05-18 16:00:33 +02:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore Added ensime files to .gitignore. Plus fixed error from merge. 2012-02-28 11:39:10 +01: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.