| Author |
Thread pool in
|
sachin burange
Ranch Hand
Joined: Jun 24, 2008
Posts: 41
|
|
|
How to create ThreadPool and define the size of thread pool
|
Regards
Sachin
|
 |
Ireneusz Kordal
Ranch Hand
Joined: Jun 21, 2008
Posts: 423
|
|
Read this:
http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/Executors.html#newFixedThreadPool%28int%29
|
 |
chets patel
Ranch Hand
Joined: Apr 27, 2010
Posts: 69
|
|
|
use ThreadPoolExecutor to create thread pool in java.
|
 |
 |
|
|
subject: Thread pool in
|
|
|