I would like to have a java.util.Timer running in my Clojure webapp.
Once per week, some time each Friday, the code the timer calls would
send out an e-mail with news to a list of recipients. I have never
used Timers nor worked with threads in Java so this is kind of new
ground to me. I found some piece of code on Sun's site (http://
java.sun.com/products/jfc/tsc/articles/timer/) but did not understand
how to translate that to Clojure.

Has anyone here tried doing anything similar in Clojure?

Thanks!

/Mathias

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to