Pushing the memory per actor down to 464 bytes. Returning None for the Deploy if there is no config

This commit is contained in:
Viktor Klang 2011-10-18 16:59:57 +02:00
parent 304d39d839
commit 6150beb333
6 changed files with 28 additions and 35 deletions

View file

@ -237,6 +237,8 @@ private[akka] case class RemoteActorRef private[akka] (
loader: Option[ClassLoader])
extends ActorRef with ScalaActorRef {
private[akka] val uuid: Uuid = newUuid
@volatile
private var running: Boolean = true