Taming Java Threads and over 360,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

 

or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
51 used & new from $0.36

Have one to sell? Sell yours here
 
   
Taming Java Threads
 
 
Start reading Taming Java Threads on your Kindle in under a minute.

Don’t have a Kindle? Get your Kindle here.
 
  
3.7 out of 5 stars  See all reviews (15 customer reviews)

List Price: $34.95
Price: $31.45 & this item ships for FREE with Super Saver Shipping. Details
You Save: $3.50 (10%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Wednesday, November 11? Choose One-Day Shipping at checkout. Details
24 new from $11.99 27 used from $0.36

Formats

Amazon Price New from Used from
  Kindle Edition $19.22 -- --
  Paperback $31.45 $11.99 $0.36

Frequently Bought Together

Taming Java Threads + Java Thread Programming + Java Threads
Price For All Three: $84.21

Show availability and shipping details

  • This item: Taming Java Threads by Allen Holub

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Java Thread Programming by Paul Hyde

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Java Threads by Scott Oaks

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought

Java Threads

Java Threads

by Scott Oaks
3.5 out of 5 stars (41)  $26.37
Java Concurrency in Practice

Java Concurrency in Practice

by Brian Goetz
4.8 out of 5 stars (60)  $37.79
Holub on Patterns: Learning Design Patterns by Looking at Code

Holub on Patterns: Learning Design Patterns by Looking at Code

by Allen Holub
4.7 out of 5 stars (16)  $52.29
Concurrent Programming in Java(TM): Design Principles and Pattern (2nd Edition)

Concurrent Programming in Java(TM): Design Principles and Pattern (2nd Edition)

by Doug Lea
3.9 out of 5 stars (48)  $41.46
Multithreaded Programming with Java Technology

Multithreaded Programming with Java Technology

by Bil Lewis
3.6 out of 5 stars (14)  $34.21
Explore similar items

Editorial Reviews

Product Description

<p>Learning how to write multithreaded applications is the key to taking full advantage of the Java platform. In <i>Taming Java Threads</i>, well-known columnist and Java expert Allen Holub provides Java programmers with the information they need to write real multithreaded programs&emdash;programs with real code. Holub provides an in-depth explanation of how threads work along with information about how to solve common problems such as deadlocks and race conditions. He not only explains common problems, but also provides the uncommon solutions that mark the difference between production-level code and toy demos.</p>

<p>Topics covered in this book include the architecture of threads; the mutex and lock management; condition variables and counting semaphores; timers, alarms, and swing thread safety; observers and multicasters; singletons, critical sessions, and reader/writer locks; threads in an object-oriented world; and object-oriented threading architectures.</p>

<p>While it is essential to build support for threading into a Java program from the very beginning, most books on the subjects of Java-UI construction and Java networking barely touch on threading topics. Along with being a basic Java reference, this book is a must-read for any Java developer.</p>



From the Author

Allen Holub is a design consultant, programmer, educator and author specializing in Object-Oriented Design, Java, C++, and systems programming. A recognized authority in Java programming, he has worked in the computer field since 1979 and was an early adopter of Java - programming in it since 1995. At the time of this publication, Holub is a contributing editor for JavaWorld, and he is a popular columnist appearing in many computer magazines including: Dr. Dobb's Journal, Microsoft Systems Journal, Programmers Journal, BYTE, Windows Tech Journal, Mac Tech Journal, and C Gazette.

Product Details

  • Paperback: 300 pages
  • Publisher: Apress (June 1, 2000)
  • Language: English
  • ISBN-10: 1893115100
  • ISBN-13: 978-1893115101
  • Product Dimensions: 9.3 x 7.4 x 0.8 inches
  • Shipping Weight: 1.4 pounds (View shipping rates and policies)
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (15 customer reviews)
  • Amazon.com Sales Rank: #674,648 in Books (See Bestsellers in Books)

Inside This Book (learn more)


What Do Customers Ultimately Buy After Viewing This Item?

Taming Java Threads
40% buy the item featured on this page:
Taming Java Threads 3.7 out of 5 stars (15)
$31.45
Java Threads
25% buy
Java Threads 3.5 out of 5 stars (41)
$26.37
Java Thread Programming
15% buy
Java Thread Programming 4.8 out of 5 stars (28)
$26.39
Java Concurrency in Practice
12% buy
Java Concurrency in Practice 4.8 out of 5 stars (60)
$37.79

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(80)

Your tags: Add your first tag
 

 

Customer Reviews

15 Reviews
5 star:
 (7)
4 star:
 (3)
3 star:
 (1)
2 star:
 (2)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (15 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
17 of 19 people found the following review helpful:
5.0 out of 5 stars All meat, no potatos..., June 10, 2000
By A Customer
A book like this is overdue. It fills the gap between dry academic books on concurrency and light-weight books that just repeat the spec. The book is directed at experienced java programmers who want to do threads the right way. It addresses how to solve classic deadlock and synchronization problems with extremely practical java code and techniques. This book is clearly written and it contains lots of well documented code. If you write threaded code, you should get this book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
12 of 13 people found the following review helpful:
3.0 out of 5 stars Assumes you know about threads already, December 1, 2003
By A Customer
What it is: a brief introduction to threads, and then a lot of strategies for re-implementing some of the thread-related classes that Sun provides (or fails to provide). If you are running up against the limitations of Sun's thread-related code and want to re-implement some of it, this book might be just what you're looking for. If you want to learn a lot about threads and how to use them correctly, another book might be better.

What I liked: I found the writing to be relatively clear and concise. I didn't like much else about the book, but that's probably because I was really looking for a different type of book.

What I didn't like: the author spends a lot of time complaining about things, some relating to threading and some not. I really don't care about the author's opinion of whether Sun should have made the default access for a method to be "package". The author comes across as a whiner because of all this complaining. Also, a big chunk of the book is taken up by copyright notices he sprinkles throughout his code. Finally, he doesn't use Sun's code style conventions. There is a reason Sun created these conventions: it's so all Java code would look similar and the reader doesn't get slowed down by an unfamiliar format. It doesn't matter so much for private code, but for publishing code in a book, there's no excuse for using a different style. (And of course the author wastes a few paragraphs complaining about Sun's code style too.)

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 7 people found the following review helpful:
4.0 out of 5 stars Read Another Thread Book First, October 1, 2003
By grandpiano_57 "James" (Burlington, CT USA) - See all my reviews
This is an in depth detailed book. It is packed with insights and the nitty gritty you cannot find in most places. However, unless you have already studied threads and worked with them, the explanations can sometimes miss the mark. Early in the book an example of a Simple_notifying_queue is explained well, but quickly transforms into a discussion of the nuances of wait(). I was still hanging in until the next class, to help solve the wait() problem was difficult to follow. I finally realized he was using an anonymous inner class as a method parameter which implemented an interface and required variables in the method to be marked final in order to be able to use them. Ok, that was a good refresher, but why complicate threads with a first example using esoteric features of Java, negative logic for a conditional test that is suppose to return true, and all this after a discussion of thread priorities and process priorities and how bad NT is. If Java only has 10 priorities and NT has 7, they both sound a little weak compared to Solaris. But when you don't yet know threads, it is a discussion that leaves one baffled. I think you have to build slow, picking up steam as you lay a foundation. This book starts off addressing fellow thread experts. I do have to rate it high for the detail and depth, I only say it is not the first book you should read on threads. You have to already be accomplished to get it. Keep your level of understanding of threads in mind when purchasing and save this one after some decent exposure.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

1.0 out of 5 stars What a disappointment! Misleading title.
I was always an ardent admirer of Mr. Holub's writings. Foremost I consider his Compiler Design in C the best practitioner oriented book on the subject. Read more
Published 3 months ago by ThomasH

2.0 out of 5 stars Book material dated
While some of Mr. Houlub's discussions of Java threading are interesting on their own right, the introduction of Java 5 renders some of the contents out-dated. Read more
Published 3 months ago by T. Wang

5.0 out of 5 stars Covers all different facets of Java thread programming.
„Taming Java Thread" by Allen Holub covers all different facets of Java thread programming which are important for users. Read more
Published on May 21, 2005 by Michael Huettermann

1.0 out of 5 stars possibly the worst book on computer programming I ever read
Mr Holub doesn't stop a second before starting to attack everything in Java.
He doesn't like the class and method naming conventions and therefore completely ignores them... Read more
Published on December 17, 2004 by J. T. Wenting

5.0 out of 5 stars THE BEST Java/Thread book
Taming Java Threads by Allen Holub is THE best book dealing with Java and threads. Typically you can just pick any O'Reilly book for any subject matter and just assume it is... Read more
Published on December 20, 2001 by Vinit Carpenter

4.0 out of 5 stars Interesting coverage of a complex topic
This book is for the experienced Java developer who has a solid understanding of the basics of threads. Read more
Published on December 5, 2001 by Thomas Paul

5.0 out of 5 stars Absolutely enlightening.
Nearly a decade ago I had read Alan's 'Compiler Design in C' book, which was a surreal experience in learning from someone's self evident mastery of putting theory to practice... Read more
Published on May 21, 2001 by Amit Bhati

4.0 out of 5 stars Almost political..
After reading 1/4th of this book, I felt a sudden urge to review it here. This book is no doubt a good book about thread programming, but it irritates me to read Mr. Read more
Published on April 9, 2001 by Amazon Should

5.0 out of 5 stars Great guide to "taming" threads
Of all the topics a programmer learns, it's been my experience that the two most complex topics are recursion, and multi-threading. Read more
Published on October 11, 2000 by David Reilly

5.0 out of 5 stars Excellent
Great treatment of Java threads. Not a rehash of the API, but actual useful information on how to use threads to do work. Read more
Published on July 18, 2000 by Rafael Morffi

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.