assign task to specific thread in ThreadPool JDK1.5
I use JDK1.5 threadpool to process some data. Depending on the character of the data. Some of them need to be processed by one thread rather than just submit them to threadpool. How can I assign the task to specific thread in the pool?ThanksC
[263 byte] By [
moresnowa] at [2007-11-27 0:31:00]
