aspose file tools
The moose likes Threads and Synchronization and the fly likes ThreadPoolExecutor and terminated() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "ThreadPoolExecutor and terminated()" Watch "ThreadPoolExecutor and terminated()" New topic
Author

ThreadPoolExecutor and terminated()

anto Bui
Greenhorn

Joined: Jun 26, 2008
Posts: 1
Hy,
I actually have problem with terminated() method in the ThreadPoolExecutor class.
When all py thread are executed, and mt FIFO is free, the terminated() method isn't call, like it's specified in the javadoc.
I don't understand why...

Can you help me?

Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ThreadPoolExecutor and terminated()
 
Similar Threads
ThreadPoolExecutor restart
Thread.interrupt not working properly
can we use ThreadPoolExecutor inside mothod doPost to increase the performance?
ThreadPoolExecutor getting stuck
How to find elapsed time for ThreadPool