Switching to using OrderedMemoryAware executor same for all of the remoting, added more remote config tests and switched to mem size conf

This commit is contained in:
Viktor Klang 2011-12-30 12:04:20 +01:00
parent 88d2427b7f
commit 5d2bd2492f
7 changed files with 47 additions and 31 deletions

View file

@ -147,5 +147,5 @@ class RemoteConnectionManager(
}
private[remote] def newConnection(remoteAddress: ParsedTransportAddress, actorPath: ActorPath) =
new RemoteActorRef(remote.provider, remote.server, actorPath, Nobody, None)
new RemoteActorRef(remote.provider, remote.transport, actorPath, Nobody, None)
}