No description
Find a file
2014-11-22 11:58:53 +01:00
akka-actor =act #15956 Correct exception message for invalid sys name 2014-11-13 10:50:13 +01:00
akka-actor-tests +act #15956 Allow _ in ActorSystem name 2014-11-11 09:50:19 +01:00
akka-agent =pro Grab binary version for MIMA combatibility testing from a setting. 2014-10-28 15:13:13 +02:00
akka-bench-jmh/src/main/scala/akka =act #16152 - Elides the need to allocate an AkkaForkJoinTask for Mailbox-submission to registerForExecution, 2014-10-29 15:04:48 +01:00
akka-camel =cam #16249 fix method reference in ProducerSupport 2014-11-07 17:39:37 +02:00
akka-cluster +clu #15489 expose cluster member roles in JMX getClusterStatus 2014-11-21 17:14:02 +01:00
akka-contrib Merge pull request #16136 from rmarsch/entryRoleOverride-#16123 2014-11-05 07:31:25 +01:00
akka-docs =doc #15489 document the possibility to see cluster member roles via JMX 2014-11-22 11:58:53 +01:00
akka-kernel =pro Grab binary version for MIMA combatibility testing from a setting. 2014-10-28 15:13:13 +02:00
akka-multi-node-testkit =pro Grab binary version for MIMA combatibility testing from a setting. 2014-10-28 15:13:13 +02:00
akka-osgi +act - 15757 - Reworks implementation of ActorSystem shutdown 2014-08-25 15:49:28 +02:00
akka-persistence =per #16009 Serialize SnapshotHeader without Java serialization 2014-11-03 18:10:00 +01:00
akka-persistence-tck =pro #13928 Run multi-jvm tests in samples in normal test target 2014-09-05 12:16:49 +02:00
akka-remote =rem #16241 Added helpful message for remoting startup timeout. 2014-11-11 10:00:49 +01:00
akka-remote-tests =pro Cleaner way to declare Scala Version dependent dependencies 2014-09-16 10:53:04 +02:00
akka-samples =doc Describe how to use microKernel with sbt-native-packager 2014-10-31 11:30:05 +01:00
akka-slf4j =pro Grab binary version for MIMA combatibility testing from a setting. 2014-10-28 15:13:13 +02:00
akka-stream/src +per,+str #15035 Reactive-stream producers for persistent messages written by akka-persistence processors 2014-06-25 15:07:50 +02:00
akka-testkit =pro Grab binary version for MIMA combatibility testing from a setting. 2014-10-28 15:13:13 +02:00
akka-zeromq =pro Grab binary version for MIMA combatibility testing from a setting. 2014-10-28 15:13:13 +02:00
atmos/src/main/resources Trace all system actors 2013-06-27 16:03:30 +02:00
project =doc Describe how to use microKernel with sbt-native-packager 2014-10-31 11:30:05 +01:00
scripts !act #15626 expose DatagramChannel creation in DatagramChannelCreator 2014-08-19 14:02:23 +03:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore Update .gitignore 2014-05-21 13:48:06 +02:00
CONTRIBUTING.md Add abbrev for project changes to CONTRIBUTING.md 2014-08-05 11:50:35 +02:00
LICENSE Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
README.textile =pro clean up build 2013-12-13 21:06:13 +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 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 the telecom industry has used with great success to build applications that self-heal and 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.