Wednesday, August 16, 2006

Creating a Thread Pool with Java

I've mentioned before that J2SE5 proposed a new feature called ThreadPool, but this class cannot really make a pool with a fixed size.
There's good article about creating a thread pool with Java, which I believe it was written before the release of JDK1.5, because it says there's no such a feature in Java. This article is available in Creating a Thread Pool with Java .

No comments: