> 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.
Yup, lots of CRON-style functionality already exists, so no reason to invent your own scheduler. Independent of that decision, you may gain some reliability by running scheduled tasks in a separate process from the webapp. If people depend on receiving those emails in a certain timeframe, you don't want a webapp failure to get in the way. Bill --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---