Tags: pooling

Rules of a ThreadPoolExecutor pool size

November 27th, 2009
The rules for the size of a ThreadPoolExecutor's pool are generally miss-understood, because it doesn't work the way that you think it ought to or in the way that you want it to. Take this example. Starting thread pool size is 1, core pool size is 5,… more »