No description
Find a file
Jonas Bonér f47f3191da Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-remote/src/main/scala/remote/RemoteServer.scala
2010-09-30 16:10:39 +02:00
akka-actor/src merged ticket444 2010-09-30 10:24:34 +02:00
akka-amqp/src Remove initTransactionalState, renamed init and shutdown 2010-09-13 11:08:43 +02:00
akka-camel/src CamelService can now be turned off by configuration. Closes #447 2010-09-30 07:21:31 +02:00
akka-http/src Replacing use of == null and != null for Scala 2010-09-28 11:21:05 +02:00
akka-jta/src/main/scala Replacing use of == null and != null for Scala 2010-09-28 11:21:05 +02:00
akka-karaf/akka-features/src/main/resources Completed refactoring into lightweight modules akka-actor akka-typed-actor and akka-remote 2010-08-28 17:00:27 +02:00
akka-kernel/src/main/scala Remove initTransactionalState, renamed init and shutdown 2010-09-13 11:08:43 +02:00
akka-persistence refactoring to remove compiler warnings reported by Viktor 2010-09-29 15:06:31 +05:30
akka-remote/src Merge branch 'master' of git@github.com:jboner/akka 2010-09-30 16:10:39 +02:00
akka-samples Only execute tests matching *Test by default in akka-camel and akka-sample-camel. Rename stress tests in akka-sample-camel to *TestStress. 2010-09-24 12:11:25 +02:00
akka-sbt-plugin Merge branch 'master' of git@github.com:jboner/akka 2010-08-29 18:17:36 +02:00
akka-spring/src Refactored ExecutableMailbox to make it accessible for other implementations 2010-09-29 10:57:25 +02:00
akka-typed-actor/src fixed test 2010-09-30 08:40:42 +02:00
config CamelService can now be turned off by configuration. Closes #447 2010-09-30 07:21:31 +02:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo new version of redisclient containing a redis based persistent deque 2010-09-29 18:29:19 +05:30
project new version of redisclient containing a redis based persistent deque 2010-09-29 18:29:19 +05:30
scripts Updated version to 1.0-SNAPSHOT 2010-08-23 13:55:14 +02:00
.gitignore Introduced uniquely identifiable, loggable base exception: AkkaException and made use of it throught the project 2010-08-19 07:01:09 +02:00
LICENSE Added explicit nullification of all ActorRef references in Actor to make the Actor instance eligable for GC 2010-05-18 20:25:13 +02:00
README.textile Release 0.10 2010-08-21 18:06:35 +02: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://akkasource.org":http://akkasource.org.