Pages

Showing posts with label concurrency. Show all posts
Showing posts with label concurrency. Show all posts

Monday, October 21, 2013

java thread pool example

Do you have multiple jobs to execute using a pool of threads and need to know how to do it gracefully? See the link below to know how it can be done using executors and thread pool executors.

http://www.javacodegeeks.com//2013/01/java-thread-pool-example-using-executors-and-threadpoolexecutor.html