There has been intermittent chatter over the past months from a couple of people on the group (e.g. http://groups.google.com/group/clojure/browse_thread/thread/409054e3542adc1f) and in #clojure about some clojure scripts hanging, either for a constant time (usually reported as a minute or so with no CPU util) or seemingly forever (or until someone kills the process).
I just hit a similar situation in our compilation process, which invokes clojure.lang.Compile from ant. After some investigation, I came up with a solution: shutting down Agents after the compilation process is complete. After some discussion in #clojure about the general issue of automatically scheduling the shutdown of Agents (or not), I put together this bug report that includes the c.l.Compile patch that fixes the specific issue I hit, and includes a couple of other ideas for addressing Agent shutdown mechanisms and policy: http://code.google.com/p/clojure/issues/detail?id=120 Thoughts? Cheers, - Chas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---