Two Question:
1. Is there a canonical method to limit eval execution time in the
REPL.  i.e (A method to force a limitation on the number of seconds
allowed to evaluate an clojure input resulting in a short circuited
exit of the eval request.)
2. Is there a canonical method to limit the execution time of an
arbitrary function call?

I have need to arbitrarily limit the amount of time allowed for a
given request to execute (to the repl in terms of evaluation and
runtime execution of individual functions).

Thanks beforehand for any insights.

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