What do people use for logging debug output from threads? Either
native threads created with Thread. or implicit threads via agents or
pmap etc?

I tried passing *out* to my thread function and then binding it to
*out* in the thread, and this works but then makes the threads execute
one at a time, and I'm presuming that is because my use of *out* in
the binding block is blocking for the other threads which use it.

Justin

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