I guess either choice is fine; you can just isolate the scheduling to one actor so that you can easily switch it out in case you encounter problems with one approach.
Regards, Roland 10 mar 2014 kl. 04:17 skrev [email protected]: > Hi, > > I need help in deciding which library would be apt for scheduling jobs and > why. The libraries I could use are > Playframework Jobs > Akka-Quartz(from typesafe) > Quartz > Which one would be more suitable to send daily email updates? Which one be > better to do some tasks(such as clearing sessions which have timedout)? How > would these be impact the performance (also considering that the user base > may increase) ? > > I am not so concerned about the timing precision with which my job is > scheduled and executed, a few seconds here and there don't effect me as long > as the job is done. > > > -- > >>>>>>>>>> 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 http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. Dr. Roland Kuhn Akka Tech Lead Typesafe – Reactive apps on the JVM. twitter: @rolandkuhn -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
