Perhaps I'm misunderstanding the documentation, but I'm having problems getting actors that are declared temporary in the SupervisorConfig to restart when they throw an exception. My understanding is that the only difference between permanent and temporary is that temporary will always shutdown an actor instead of just restarting it, but perhaps I'm missing something.
Here is a quick test project I used to verify that it is not restarting for temporary but it is for permanent: http://pastebin.com/NXeZVSQm
~Adam~
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
What version are you using?
Perhaps I'm misunderstanding the documentation, but I'm having problems getting actors that are declared temporary in the SupervisorConfig to restart when they throw an exception. My understanding is that the only difference between permanent and temporary is that temporary will always shutdown an actor instead of just restarting it, but perhaps I'm missing something.
Here is a quick test project I used to verify that it is not restarting for temporary but it is for permanent: http://pastebin.com/NXeZVSQm
~Adam~
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
On Mon, Sep 26, 2011 at 7:56 PM, Adam <les...@gmail.com> wrote:
Temporary means that it shouldn't be restarted, but it should be stopped if it fails...
Cheers,
√