Hi Gabe, The best docs I can point you at are here:
http://docs.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/package-s ummary.html#package_description I would recommend also reading: http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/Pooled Executor.html That really explains what the purpose of those diff properties are. Cheers, Chris On 3/14/13 1:57 PM, "Resneck, Gabriel M (388J)" <[email protected]> wrote: >Hi, guys! >I've run into a problem with the Workflow Manager in release 0.3. The >number of active threads allowed by the pool seems to be dictated by the >minimum thread count when the queue supplied to the pool object is >unlimited. The default number (6) is a bit low for our purposes, so I >was wondering how you guys have dealt with this issue in the past. Did >you simply increase the minimum pool size or implement another solution? >If you increased the minimum pool size, what was the highest that you >have used and did you see any issues as a result? >Thanks! > >Gabe =) >
