No description
Find a file
Jonas Bonér 1a7d7966c0 Merge commit '38e8bea3fe'
Conflicts:
	akka-core/src/main/scala/actor/ActorRef.scala
	akka-core/src/test/java/se/scalablesolutions/akka/actor/ActiveObjectFailer.java
	akka-core/src/test/scala/NestedTransactionalActiveObjectSpec.scala
	akka-core/src/test/scala/RemoteSupervisorSpec.scala
	akka-core/src/test/scala/RemoteTransactionalActiveObjectSpec.scala
	akka-core/src/test/scala/SupervisorSpec.scala
	akka-core/src/test/scala/TransactionalActiveObjectSpec.scala
2010-07-01 17:21:17 +02:00
akka-active-object-test Converted TAB to SPACE 2010-06-30 16:20:20 +02:00
akka-amqp/src/main/scala Made AMQP UnregisterMessageConsumerListener public 2010-06-15 15:36:41 +02:00
akka-camel/src Removed trailing whitespace 2010-06-30 16:26:15 +02:00
akka-core/src Merge commit '38e8bea3fe' 2010-07-01 17:21:17 +02:00
akka-http/src Removed trailing whitespace 2010-06-30 16:26:15 +02:00
akka-jta/src/main/scala Removed trailing whitespace 2010-05-21 20:08:49 +02:00
akka-kernel/src/main/scala Added akka.conf values as defaults and removed lift dependency 2010-06-22 22:52:05 +02:00
akka-persistence Removed trailing whitespace 2010-06-30 16:26:15 +02:00
akka-samples Removed trailing whitespace 2010-06-30 16:26:15 +02:00
akka-sbt-plugin Updated sbt plugin 2010-06-23 12:17:25 +12:00
akka-spring Removed trailing whitespace 2010-06-30 16:26:15 +02:00
config Removed isTransactionalityEnabled 2010-06-20 10:10:09 +12:00
docs/images removed scaladoc 2009-12-27 16:02:45 +01:00
embedded-repo Fixed bug in remote deserialization + fixed some failing tests + cleaned up and reorganized code 2010-06-30 16:19:03 +02:00
project Fixed bug in remote deserialization + fixed some failing tests + cleaned up and reorganized code 2010-06-30 16:19:03 +02:00
scripts Upgraded run script 2010-06-01 20:57:02 +02:00
.gitignore Added activemq-data to .gitignore 2010-06-01 18:11:55 +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 fix for comments 2010-04-04 09:53:23 +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" / "Embrace failure" 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