Hello everyone,

A while back there was some discussion on the fact that
clojure.java.shell can hang under various circumstances, and some
patches were submitted:

http://dev.clojure.org/jira/browse/CLJ-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel

But doesn't seem to have made it into the release.

Is there a known way to avoid these issues? I suspect my particular
problem is the output of my process is too big for the buffer.

Perhaps a reasonable hack is to increase the buffer size, but I
wouldn't know which one to increase. Is it
clojure.contrib.io/*buffer-size* ?

I'm also running several instances of clojure.java.shell/sh in a pmap,
I assume that is safe?

Thanks in advance.

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