aspose file tools
The moose likes Threads and Synchronization and the fly likes Thread pool in Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Thread pool in " Watch "Thread pool in " New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Thread pool in
 
Similar Threads
Process the multiple records in a file by Producer/consumer concept using Multithreading
Thread pool
What is the use of thread pool in weblogic?
Thread pool
Lets play a word game...