On Tue, Sep 2, 2008 at 11:06 AM, Josh Daghlian <[EMAIL PROTECTED]> wrote:
> > For regular tasks of the sort you describe, especially things like > sending out regular emails, backing up systems, and other maintenance > tasks, you may want to consider using cron on a unix machine instead. I'll second that it sounds like cron is what you're looking for here. However, another option also worth looking into is Quartz: http://www.opensymphony.com/quartz/ It's a Java library for scheduling tasks. It's designed to satisfy all of the use cases of cron and then some and, since it's in Java, it is easy to reuse your existing Java/Clojure code. At my company we've had good results with both cron and Quartz for various tasks. - J. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---