Hi, I need help in deciding which library would be apt for scheduling jobs and why. The libraries I could use are
1. Playframework Jobs 2. Akka-Quartz(from typesafe)<https://github.com/typesafehub/akka-quartz-scheduler> 3. 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.
