| 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]
|
 |
 |
|
|
subject: Thread Pools
|
|
|