Mike Matrigali wrote:
[snip] Advanced work might be to make it more dynamic and allow for more threads if on a multi-processor.
The package java.util.concurrent contains several classes etc. relevant to this approach, rather than re-inventing threading pooling, e.g. see java.util.concurrent.ThreadPoolExecutor.
Dan.
