On Fri, Oct 7, 2016 at 6:35 PM, Steve Winfield <[email protected] > wrote:
> What do you think about it? (it's calling > context.system.scheduler.scheduleOnce > for every step - too much?) > Honestly don't know -- I don't use the scheduler heavily myself. I'm sure that at *some* point there is a "too much", but I've seen it used fairly heavily in some code, so this might well be okay. Folks who know the internals better might have a more informed opinion about how frequently is too much. (Although my first impression is that I'd probably use a repeated schedule, and on each call decide whether to stop, rather than a lot of scheduleOnce's.) -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
