According to the docs for Akka 1.3
http://doc.akka.io/docs/akka/1.3.1/scala/remote-actors.html

You can start a remote actor system by simply using:


   1. import akka.actor.Actor._
   2.  
   3. remote.start("localhost", 2552)
   4.  
   5. // Specify the classloader to use to load the remote class (actor)
   6. remote.start("localhost", 2552, classLoader)


However, this doesn't work in Akka 2.0+. What is the equivalent of this 
code for the new version of Akka?

Thanks,
Prasan

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to