> This looks great. I was building a couple of applications that run > periodic tasks/services on top of quartzite, but I'll definitely play with > this. Much nicer scheduling syntax, and the lack of a single stateful > scheduler feels much more Clojurian (and cleaner, too). >
Behind the apparent elegance is a design that could be wasteful with system resources, starting another thread with each invocation of *schedule* and leaving the executor service running after the future is cancelled. -- 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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en