IntelliJ Java IDE
The moose likes Threads and Synchronization and the fly likes Best Book for Multi Threading Programing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Best Book for Multi Threading Programing" Watch "Best Book for Multi Threading Programing" New topic
Author

Best Book for Multi Threading Programing

arun mahajan
Ranch Hand

Joined: Dec 07, 2001
Posts: 304
Hello,
Can some body suggest me a good book reference which covers Multi Thread programming..I have come across a lot of book (also tried to search on this forum) but could not able to make a decision for some thing which covers This part : Multi Thread Programming...
Pl suggest...
regards,
Arun
Michael Bronshteyn
Ranch Hand

Joined: Mar 26, 2002
Posts: 85
Try Allen Holub "Taming Java Threads". Seems pretty good to me


Michael
SCJP2
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

In the JavaRanch Bunkhouse, Advanced Java section, there is a review of "Java Thread Programming: The Authoritative Solution" by Paul Hyde, as reviewed by JavaRanch's Matthew Phillips.
Matt gave it 10 horseshoes, extremely high praise!
Check out the review, consider the book.
Dave.
(and if you use the link on the page to purchase it you'll be supporting the Ranch )


[ JavaRanch FAQ ][ Book Promotions ][ DbTamer ][ BumperStickers ][ JavaRanch Badges ]
Leslie Chaim
Ranch Hand

Joined: May 22, 2002
Posts: 336
Originally posted by arun mahajan:
Hello,
Can some body suggest me a good book reference which covers Multi Thread programming..I have come across a lot of book (also tried to search on this forum) but could not able to make a decision for some thing which covers This part : Multi Thread Programming...
Pl suggest...
regards,
Arun


Normal is in the eye of the beholder
Leslie Chaim
Ranch Hand

Joined: May 22, 2002
Posts: 336
Sorry I am new here and just figuring out how handle the barn How do you reply messages anyway? I guess I am not the only one, since I see many users re-quoting the original author's question.
About your book thing, I have some suggestions. I am actually in the middle of reading on the subject.
If you are starting here is an order I would suggest. Start with "Java Threads" 2nd Edition by O'reilly. This is one of the better O'reilly books that I have encountered. The major theme of the book is in Q&A style and in the case of threads is a very good blend.
After reading the "Java Threads", you will be tamer when reading "Taming Java Threads" by Allen Holub. Obviously, from the title, threads are not tame by nature. Allen will lead you to use threads with the more advanced constructs and features of Java.
Finally, from prospective and 'design patterns' standpoint "Concurrent programming in Java" by Doug Lea is an absolute gem.
Cheers,
Thread them smoothly
Leslie
Junilu Lacar
Ranch Hand

Joined: Feb 26, 2001
Posts: 3008
Just wanted to add my votes for Paul Hyde and Doug Lea. Allen Holub's book is good too but I found the font used makes it a bit less readable than the former two, but that's just me, YMMV.
If you're not up to reading a whole book, "Core Java 2, Volume II - Advanced Features" by Horstmann and Connell and "Java 2 Developer's Handbook" by Heller and Roberts each have a chapter that has good basic coverage of threads and synchronization.
Junilu
shailesh sonavadekar
Ranch Hand

Joined: Oct 12, 2000
Posts: 1874
thread prograsmming is altogether different discipline. in context of java , i think Doug Lea's book is best in treatment of the subject.
allen holoub's articles at javaworld are very good resources.
shailesh sonavadekar
Ranch Hand

Joined: Oct 12, 2000
Posts: 1874
scott oak's book , i found sometimes cofusing on certain topics.
 
IntelliJ Java IDE
 
subject: Best Book for Multi Threading Programing
 
Threads others viewed
Trying to learn EJB
Book for IBM 141
Where to get indepth content of Java Annotations?
Book for the following topics..
Book On Threads
developer file tools