aspose file tools
The moose likes Java in General and the fly likes Thread Pools 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 » Java in General
Reply Bookmark "Thread Pools" Watch "Thread Pools" New topic
Author

Thread Pools

Ben Zaidi
Ranch Hand

Joined: Apr 08, 2007
Posts: 151
Dear All,

I am new to Java concurrency. I am currently having a look at how java concurrency works.
Can someone suggest me some good links, where i can understand the java 5 concurrency model and thread pool concepts
and how we can create thread pools?

Any pointers in this regards will be helpful.

Thanks,

Ben,
--Lost in preparation of SCJP and SCWCD--
"Start writing a new chapter, for if you live by the book you'll never make history." (Ben Sobel)
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8264

The obvious starting point would be the Java Tutorial.
I'd be very wary of thread pools. If I need to manage a number of concurrent processes, I'd probably look at using a J2EE server to handle such details and concentrate on solving the business problem at hand.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Thread Pools
 
Similar Threads
How Do Thread Pools Work?
running a fixed number of threads all the time
regd jvms and nodes...
SingleThreadModel
Concurrency supported by all multicore?