My notes on the technical stuff (mostly software) I work with.
Wednesday, January 11, 2006
Java ThreadPool
ThreadPool is available in Java 5. For older Java versions, even the Jakart Commons ThreadPool points to util.concurrent. LinkedQueue (Channel) and PooledExecutor are my first tested classes and work well.
No comments:
Post a Comment