Hello,

I'm looking for an on-going service that runs and processes files in a
certain location. This function should be contiously running.

The function that I've used, it always running and when files are
place it does something with it.

(defn run-always []
    (while true (dosomething)))


However, it throws an exception:
Expression failed: (run-always)

I'm not sure why it's throwing it, and is there a better way to handle
this kind of service?

Thanks.

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

Reply via email to