Merge branch 'master' of git@github.com:jboner/akka

This commit is contained in:
Jonas Bonér 2010-04-05 07:28:02 +02:00
commit fec271eb4c
3 changed files with 7 additions and 7 deletions

View file

@ -4,11 +4,11 @@ We believe that writing correct concurrent, fault-tolerant and scalable applicat
Akka is here to change that.
Using the Actor Model together with Software Transactional Memory we raise the abstraction level and provides a better platform to build correct concurrent and scalable applications.
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-heals, systems that never stop.
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 provides the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.
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.

View file

@ -8,8 +8,8 @@
# default=true
org.multiverse.MuliverseConstants.sanityChecks=<type:boolean>
# a flag that enables to dump of bytecode of the instrumented classes to the tmp directory
# This is very interesting feature for debugging of the instrumentation
# a flag that enables to dump the bytecode of the instrumented classes to the tmp directory
# This is a very interesting feature for debugging of the instrumentation
# default=false
org.multiverse.stms.alpha.instrumentation.MultiverseJavaAgent.dumpBytecode=<type:boolean>

View file

@ -20,10 +20,10 @@
* Cluster membership management.
Akka also has a set of add-on modules:
* Persistence: A set of pluggable back-end storage modules that works in sync with the STM.
* Persistence: A set of pluggable back-end storage modules that work in sync with the STM.
* Cassandra distributed and highly scalable database.
* MongoDB document database.
* Redis data structures database (upcoming)
* Redis data structures database
* Camel: Expose Actors as Camel endpoints.
* REST (JAX-RS): Expose actors as REST services.
* Comet: Expose actors as Comet services.