Taming Java Threads

Learning how to write multithreaded applications is the key to taking full advantage of the Java platform. In Taming Java Threads, well-known columnist and Java expert Allen Holub provides Java programmers with the information they need to write real multithreaded programsprograms with real code. Ho...

Full description

Bibliographic Details
Main Author: Holub, Allen
Format: eBook
Language:English
Published: Berkeley, CA Apress 2000, 2000
Edition:1st ed. 2000
Subjects:
Online Access:
Collection: Springer Book Archives -2004 - Collection details see MPG.ReNa
Table of Contents:
  • 1 The Architecture of Threads
  • 2 The Perils of Multithreaded Programming
  • 3 The Mutex and Lock Management
  • 4 Condition Variables and Counting Semaphores
  • 5 Timers, Alarms, and Swing Thread Safety
  • 6 Observers and Multicasters
  • 7 Singletons, Critical Sections, and Reader/Writer Locks
  • 8 Threads in an Object-Oriented World
  • 9 Object-Oriented Threading Architectures
  • 10 If I Were King: Fixing Java’s Threading Problems