• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Java Thread Programming by Paul Hyde

 
tumbleweed
Posts: 5089
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<pre>Author/s : Paul Hyde
Publisher : SAMS
Category : Advanced Java
Review by : Matthew Phillips
Rating : 10 horseshoes
</pre>
The short review is this: if you want to know threads inside and out, buy this book.
For those who want more details, you may read on. This book assumes no Thread knowledge. By the end of the book, you will understand the finer points of thread programming. The book is broken down into three parts.
Part 1 shows you all of the ins and outs of threads. There is a lot of sample code and many details. This section will give you all you need to know to program with threads.
Part 2 shows several techniques for good thread design. I found the chapter on breaking out of a blocked I/O state particularly informative.
Part 3 has the Thread API and the ThreadGroup API. It is a nice reference, but not particularly necessary.
It is hard to find negatives about this book, but I did manage to find two. The primary negative is that the reading is a little dry. It wasn't so dry that the book was unreadable. The other negative is that there is no website to download sample code. This didn't affect me much since I prefer to type in the code anyway, but others might find that to be a major drawback.
More info at Amazon.com
More info at Amazon.co.uk
More info at FatBrain.com
[ January 28, 2002: Message edited by: Johannes de Jong ]
 
Everybody's invited. Except this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic