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

Have one to sell? Sell yours here
 
   
Multithreaded Programming with Java Technology
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Multithreaded Programming with Java Technology (Paperback)

~ (Author), Daniel J. Berg (Author), Sun Microsystems Press (Author)
Key Phrases: public void run, Code Example, Java Technology
3.6 out of 5 stars  See all reviews (14 customer reviews)

List Price: $49.99
Price: $34.21 & this item ships for FREE with Super Saver Shipping. Details
You Save: $15.78 (32%)
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 Friday, November 13? Choose One-Day Shipping at checkout. Details
9 new from $30.78 20 used from $9.31

Frequently Bought Together

Customers buy this book with Beginning Linux Programming by Neil Matthew

Multithreaded Programming with Java Technology + Beginning Linux Programming
  • This item: Multithreaded Programming with Java Technology by Bil Lewis

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

  • Beginning Linux Programming by Neil Matthew

    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

Client/Server Programming with Java and CORBA, 2nd Edition

Client/Server Programming with Java and CORBA, 2nd Edition

by Robert Orfali
Java Thread Programming

Java Thread Programming

by Paul Hyde
4.8 out of 5 stars (28)  $26.39
Java Concurrency in Practice

Java Concurrency in Practice

by Brian Goetz
4.8 out of 5 stars (60)  $37.79
Java Threads

Java Threads

by Scott Oaks
3.5 out of 5 stars (41)  $26.37
Taming Java Threads

Taming Java Threads

by Allen Holub
3.7 out of 5 stars (15)  $31.45
Explore similar items

Editorial Reviews

Product Description

Provides a complete guide to multithreaded development with the Java 2 platform. Covers the underlying structures upon which threads are built, thread construction, and thread lifecycles, including birth, life, death, and cancellation. Softcover.


From the Back Cover

  • The ultimate guide to multithreading with Java technology!
  • Powerful techniques for enhancing application performance
  • Multithreaded program design for network and Internet applications
  • Extensive code examples throughout

Multithreading gives developers using the Java 2 platform a powerful tool for dramatically improving the responsiveness and performance of their programs on any platform, even those without inherent multithreading support. Multithreaded Programming with Java Technology is the first complete guide to multithreaded development with the Java 2 platform. Multithreading experts Bil Lewis and Daniel J. Berg cover the underlying structures upon which threads are built; thread construction; and thread lifecycles, including birth, life, death, and cancellation. Next, using extensive code examples, they cover everything developers need to know to make the most of multithreading, including:

  • Thread scheduling models and synchronization-with solutions for complex, real-world synchronization problems
  • Multithreaded program design for networked and Internet applications
  • Thread-specific data: use and implementation
  • Leveraging OS libraries to make Java-based multithreading more effective
  • Optimizing thread performance and designing for SMP hardware

Powerful techniques and comprehensive example code for improving Java-based application performance with multithreading!


Product Details

  • Paperback: 461 pages
  • Publisher: Prentice Hall PTR (December 27, 1999)
  • Language: English
  • ISBN-10: 0130170070
  • ISBN-13: 978-0130170071
  • Product Dimensions: 9.1 x 7.2 x 1.1 inches
  • Shipping Weight: 1.8 pounds (View shipping rates and policies)
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (14 customer reviews)
  • Amazon.com Sales Rank: #944,999 in Books (See Bestsellers in Books)

More About the Author

Bil Lewis
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Bil Lewis Page

Inside This Book (learn more)


What Do Customers Ultimately Buy After Viewing This Item?

Multithreaded Programming with Java Technology
56% buy the item featured on this page:
Multithreaded Programming with Java Technology 3.6 out of 5 stars (14)
$34.21
Java Concurrency in Practice
24% buy
Java Concurrency in Practice 4.8 out of 5 stars (60)
$37.79
Java Threads
9% buy
Java Threads 3.5 out of 5 stars (41)
$26.37
Java Thread Programming
6% buy
Java Thread Programming 4.8 out of 5 stars (28)
$26.39

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

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

 
17 of 18 people found the following review helpful:
3.0 out of 5 stars This book is less Java than the title suggests., February 13, 2000
By Thomas R. Hudson "trhudson" (Research Triangle Park, NC) - See all my reviews
The first 150 pages (one third) of this book have little to do with Java. Rather, it is a port of the authors' previous book on POSIX. It talks about three main platforms (Solaris, Digital, and Wintel) and goes into great detail as to how a Java VM uses each OS's primitives to offer Java synchronization. Why?

The authors show bias towards Solaris, and they spend a great amount of time focusing on how you can get the right number of LWPs on Solaris.

If I'm buying a Java book, I'm programming to the Java VM and could care less if Digital Unix gives you one light-weight process per CPU plus one for each outstanding system call. I also don't care about making native calls to the OS under Solaris.

The introduction suggests that multitheading offers increased speed by running on Parellel hardware. I think what people are really looking for is increased responsiveness. Most computers are single-CPU.

The authors are experts in their areas, and they do cover eventually cover multithreading in a no-nonsense manner, with the target audience being the advanced programmer. Don't be annoyed by thier constantly saying, "no, you don't want to do that. Don't do that", and then telling you why in a few more chapters.

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



 
9 of 10 people found the following review helpful:
1.0 out of 5 stars Little to do with Java besides the title, February 22, 2002
By John Gunning (Double Bay, NSW Australia) - See all my reviews
That this book was a member of the Sun Java series was the primary reason make me take a look at this book.

I have been highly disappointed. This body of work for this book is primarly a rushed port of the authors other title - named, funnily enough Multithreaded Programming with PThreads.

The Java topics seem to be bolted on as an after-thought - and makes the book read and present very badly. For example a good amount of examples are presented in C not Java, demonstrating POSIX threading!

The author is also in the bad habit of presenting material out-of-order, so that the reader has to wait sometimes 50 pages for clarification. This does not breed suspense, merely frustation at the disorder.

The low-level OS technical coverage is quite adequate - with a good explanation of LWP and POSIX threading (if only this is what I bought the book for!).

The author is clearly a C type who has come to Java and tries to basically recreate the semantics of C POSIX threading in Java... while at the same time constantly drifting back to a topic that he is clearly more comfortable with - PThreads.

This is hardly an embracing approach for a book with the word Java in the title - an obvious cash-in on the behalf of the publisher, Prentice Hall.

Do not buy this book.

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



 
4 of 4 people found the following review helpful:
4.0 out of 5 stars Great under-the-hood book for experienced developers, March 16, 2002
By Kevin Taylor (Wheaton, IL United States) - See all my reviews
This was the first threading book I read--which turned out to be a huge mistake. The material is very dense and only a small part of it is Java. Most of the book deals with operating system threading concepts. There is a lot of space dedicated to contrasting MS vs. Unix threading models. Also, comparisons between Java and c threading.

If you are looking for a solid beginner book on Java threading (or threading in general), I highly recommend Concurrency: State Models & Java Programs. This is the second threading book I read and I highly recommend it if your goal is to _understand_ thread theory and problems. It approaches the subject in a very rigorous manner and models all concepts using finite state machines and then showing the Java source code.

If you are already comfortable with basic threading concepts and some systems programming then I would recommend the Multithreaded Programming with Java Technology.

I deducted a star because of a few annoying typos and for a few convoluted sections.

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

4.0 out of 5 stars Can't read without knowing some basics on threads.
This book gives you a detailed understanding of threads, a lot of thread concepts have not changed. I have read only the first 3 chapters so far, I skimmed through them in just... Read more
Published 12 months ago by Reader

4.0 out of 5 stars Fascinating, flawed but essential
This is the only book I have seen that thoroughly covers how threads are implemented in a modern OS and how this affects how code runs. Read more
Published on January 25, 2005 by Peter Booth

5.0 out of 5 stars it cover de ground mon, and a lot more too.
Any book on multithreading this well written and illustrated and going from test-and-set to volatile- well mon, you gots to
understand what you getting- the very best. Read more
Published on January 5, 2002 by Paul W. Arnett

2.0 out of 5 stars Disorganized Mess
I purchased this book hoping to develop a deeper understanding of multi-threading, the proverbial under-the-hood down and roll-your-sleeves-up nitty gritty. Read more
Published on July 20, 2001 by Vladimir Levin

4.0 out of 5 stars An Excellent Book!!
An excellent book that introduces multithreading in a planned manner. The book starts with a good introduction to concepts of multitasking operating systems and of multithreading... Read more
Published on October 16, 2000

5.0 out of 5 stars Author's Thoughts
Reader's opinions are very important to me, after all I didn't write this just to see my name in print. Read more
Published on August 28, 2000 by Bil Lewis

3.0 out of 5 stars Fantasic book of threading, and somewhere in it is Java...
If you want a book on Java threading, just to get you by, little cut and paste code and if you read it you might learn something by osmosis, this aint the book for you. Read more
Published on August 7, 2000 by thekm

4.0 out of 5 stars What do I do?
This is a good book, with plenty of information to become a true master of Java threads. You can also become a real wizkid of what not to do when programming threads. Read more
Published on July 25, 2000

5.0 out of 5 stars A must read for any serious programmer
This book is a must for any serious programmer who works with threads. The authors do a great job of explaining not only the basics, but also the most advanced topics in... Read more
Published on March 20, 2000

2.0 out of 5 stars Poor writing
Prentice Hall's other books (Core Java, Just Java, etc.) were so good that I didn't bother to carefully look at Multithreaded Programming with Java Technology before buying it. Read more
Published on February 29, 2000 by John G.

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
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 61 4 days ago
textbook scam 66 9 days ago
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.