Hi Oleg, Thanks for taking a look. Yes, I need to replace Thread.sleep with "system. scheduler.scheduleOnce". All that code actually was originally modeling something else and then morphed into Juggler simulator. There was suppose to be a blocking i/o operation in place of "Thread.sleep". I used sleep to make sure I can cease the execution of this actor for arbitrary time span without impacting other actors. Not sure if it makes sense, in the Juggler simulation it should not be there and I will replace it.
Andy -- >>>>>>>>>> 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.
