Hi,

I'm tinkering around with remoting to get a better feel for it.  I tried 
some (programmatic) remote deployment.  Yes, quite slick indeed!

However, I did notice something a little unexpected.  I found that I can 
deploy to the same name repeatedly, and this creates a new actor instance 
on the remote side each time, at the same exact path.  However, it does not 
appear as if the old instances are ever stopped.  At least, I added logging 
to postStop() and this is not being called.  If the actor is being silently 
replaced, it seems to me that this could cause various issues in user code 
(lost state).  Am I missing something?

I'm using Akka 2.3.0-RC4.

Thanks,
Jim

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: http://akka.io/faq/
>>>>>>>>>>      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/groups/opt_out.

Reply via email to