Re: [akka-user] received Supervise from unregistered child ... this will not end well

2015-01-22 Thread Marco Luca Sbodio
at 6:45 PM, Marco Luca Sbodio marco@gmail.com javascript: wrote: I haven't. I've managed to figure out that sometimes the following code [[ int nextStepNumber = planSteps[0].getStepNumber(); Address nextAddress = planSteps[0].getPeer().getAddress

Re: [akka-user] received Supervise from unregistered child ... this will not end well

2015-01-21 Thread Marco Luca Sbodio
, √ wrote: Have you closed over context.actorOf and execute it within a Future or similar? On Tue, Jan 20, 2015 at 6:47 PM, Marco Luca Sbodio marco@gmail.com javascript: wrote: Hello everyone, while testing my system I'm randomly getting error messages similar to the one in the subject

[akka-user] received Supervise from unregistered child ... this will not end well

2015-01-20 Thread Marco Luca Sbodio
Hello everyone, while testing my system I'm randomly getting error messages similar to the one in the subject of this topic. Here's an example: 17:27:59.265UTC ERROR [MySystemMultiNodeTest-akka.actor.default-dispatcher-16] [org.mysystem.actor.Worker]

Re: [akka-user] Reading values/slices of large (multi-dimensional) array from multiple actors

2014-06-10 Thread Marco Luca Sbodio
the view read only and can allow overlap On Jun 5, 2014 7:02 PM, Daniel Armak dana...@gmail.com javascript: wrote: If they only need readonly access, then why does it matter if the views are overlapping? Daniel Armak On Thu, Jun 5, 2014 at 8:01 PM, Marco Luca Sbodio marco@gmail.com

[akka-user] Reading values/slices of large (multi-dimensional) array from multiple actors

2014-06-05 Thread Marco Luca Sbodio
Hello everyone, after having thought for some time about this problem, I can't find a good solution, and so I decided to ask for help. I essentially have a large (multi-dimensional) array of numbers (float), that is the result of some computation. I would like to have a clean, safe and

Re: [akka-user] Reading values/slices of large (multi-dimensional) array from multiple actors

2014-06-05 Thread Marco Luca Sbodio
making sure that you do not have any overlapping sections handed out). On Thu, Jun 5, 2014 at 3:22 PM, Marco Luca Sbodio marco@gmail.com javascript: wrote: Hello everyone, after having thought for some time about this problem, I can't find a good solution, and so I decided to ask