2009/7/29 mwillson <cdr....@gmail.com>:
>
> Hi,
>
> I was experimenting with Clojure and XML and stumbled upon a lengthy
> hang when exiting java which was tracked down to the use of
> clojure.contrib.lazy-xml.  Here's a toy example which exhibits the
> issue:

I haven't looked at clojure.contrib.lazy-xml, but this sounds like
what happens if you make use of agents.  Shutting down the agents with
(shutdown-agents) should fix it if so.  Perhaps
clojure.contrib.lazy-xml uses agents.

See also:
http://groups.google.com/group/clojure/browse_thread/thread/409054e3542adc1f

I couldn't find anything better because Google Groups' search was
telling me it couldn't find anything I tried looking for.

-- 
Michael Wood <esiot...@gmail.com>

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