>From Mark Volkmann tutorial  - http://java.ociweb.com/mark/clojure/article.html

"The send function uses a "fixed thread pool" (see the
newFixedThreadPool method in java.util.concurrent.Executors) where the
number of threads is the number of processors plus two. If all of
those threads are busy, the action doesn't run until one becomes
available. The send-off function uses a "cached thread pool" (see the
newCachedThreadPool method where existing threads in the pool are used
if available and new threads are added otherwise."

Is it possible to set the size of the cached thread pool? If so, it
might solve your problem.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to