From 04ef2796705afd046f9db0bfe79ee02bb34b0efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20H=C3=B6gqvist?= Date: Mon, 14 Dec 2009 19:31:46 +0100 Subject: [PATCH] - added remote actor reply changes --- changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.xml b/changes.xml index dd7514bbec..bef29f223c 100644 --- a/changes.xml +++ b/changes.xml @@ -62,6 +62,7 @@ see http://maven.apache.org/plugins/maven-changes-plugin/usage.html for full gui New URL: http://akkasource.org Enhanced trapping of failures: 'trapExit = List(classOf[..], classOf[..])' Upgraded to Netty 3.2, Protobuf 2.2, ScalaTest 1.0, Jersey 1.1.3, Atmosphere 0.4.1, Cassandra 0.4.1, Configgy 1.4 + Remote actors are able to use reply to answer a request Lowered actor memory footprint; now an actor consumes ~625 bytes, which mean that you can create 6.5 million on 4 G RAM Concurrent mode is now per actor basis Remote actors are now defined by their UUID (not class name)