No description
Find a file
Jonas Bonér 3f719ef610 1. Fixed issues with remote message tx log.
2. Added trait for network failure testing that supports 'TCP RST', 'TCP DENY' and message throttling/delay.
3. Added test for the remote transaction log. Both for TCP RST and TCP DENY.
2011-03-25 16:06:55 +01:00
akka-actor/src 1. Added a 'pending-messages' tx log for all pending messages that are not yet delivered to the remote host, this tx log is retried upon successful remote client reconnect. 2011-03-24 16:58:59 +01:00
akka-http/src Merge branch 'master' of github.com:jboner/akka 2011-03-23 16:03:24 +01:00
akka-remote/src 1. Fixed issues with remote message tx log. 2011-03-25 16:06:55 +01:00
akka-samples Remove akka-specific transaction and hooks 2011-03-23 18:33:44 +13:00
akka-sbt-plugin/src/main/scala Removing support for SBinary as per #686 2011-03-08 13:11:03 +01:00
akka-slf4j/src/main/scala/akka/event/slf4j moved slf4j to 'akka.event.slf4j' 2011-03-24 10:30:41 +01:00
akka-stm/src Remove akka-specific transaction and hooks 2011-03-23 18:33:44 +13:00
akka-testkit/src Moved EventHandler to 'akka.event' plus added 'error' method without exception param 2011-03-23 15:12:09 +01:00
akka-typed-actor/src Upgrading the fix for overloading and TypedActors 2011-03-14 19:00:52 +01:00
config Merge branch 'master' of github.com:jboner/akka 2011-03-23 15:12:32 +01:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
project 1. Fixed issues with remote message tx log. 2011-03-25 16:06:55 +01:00
scripts Remove logback config 2011-03-04 18:04:15 +01:00
.gitignore ignore VIM swap files (and clean up previous accident) 2011-03-17 17:59:22 +01: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.