Removing receiver from Envelope and switch to use the Mailbox.actor instead, this should speed up the BalancingDispatcher by some since it doesn't entail any allocations in adopting a message

This commit is contained in:
Viktor Klang 2011-10-19 13:19:44 +02:00
parent bde3969f65
commit 0dc3c5ad3d
9 changed files with 21 additions and 38 deletions

View file

@ -101,7 +101,7 @@ class ActorSerialization(val app: AkkaApplication, remote: RemoteSupport) {
l map { m
remoteActorSerialization.createRemoteMessageProtocolBuilder(
Option(m.receiver.self),
localRef,
Left(actorRef.uuid),
actorRef.address,
app.AkkaConfig.ActorTimeoutMillis,