𝔖 Bobbio Scriptorium
✦   LIBER   ✦

Concurrent Programming in Java: Design Principles and Pattern

✍ Scribed by Doug Lea


Book ID
127435556
Publisher
Prentice Hall PTR
Year
1999
Tongue
English
Weight
2 MB
Edition
2
Category
Library
ISBN
0201310090

No coin nor oath required. For personal study only.

✦ Synopsis


In this second edition, you will find thoroughly updated coverage of the Java(tm) 2 platform and new or expanded coverage of:* Memory model * Cancellation * Portable parallel programming * Utility classes for concurrency controlThe Java platform provides a broad and powerful set of APIs, tools, and technologies. One of its most powerful capabilities is the built-in support for threads. This makes concurrent programming an attractive yet challenging option for programmers using the Java programming language.This book shows readers how to use the Java platform's threading model more precisely by helping them to understand the patterns and tradeoffs associated with concurrent programming.You will learn how to initiate, control, and coordinate concurrent activities using the class java.lang.Thread, the keywords synchronized and volatile, and the methods wait, notify, and notifyAll. In addition, you will find detailed coverage of all aspects of concurrent programming, including such topics as confinement and synchronization, deadlocks and conflicts, state-dependent action control, asynchronous message passing and control flow, coordinated interaction, and structuring web-based and computational services.The book targets intermediate to advanced programmers interested in mastering the complexities of concurrent programming. Taking a design pattern approach, the book offers standard design techniques for creating and implementing components that solve common concurrent programming challenges. The numerous code examples throughout help clarify the subtleties of the concurrent programming concepts discussed.


πŸ“œ SIMILAR VOLUMES


Concurrent and Real-Time Programming in
✍ Andrew Wellings πŸ“‚ Library πŸ“… 2004 πŸ› Wiley 🌐 English βš– 6 MB

Beginning with an introduction of the topic, this text describes the concurrency model of Java, summarizing its strengths and weaknesses, as well as details the Real-Time Specification for Java.

The JR Programming Language: Concurrent
✍ Ronald A. Olsson, Aaron W. Keen πŸ“‚ Library πŸ“… 2004 πŸ› Springer 🌐 English βš– 6 MB

"The JR Programming Language: Concurrent Programming in an Extended JAVA, an advanced-level text book, describes the JR programming language and illustrates how it can be used to write concurrent programs for a variety of applications. This text presents numerous small and large example programs. Th

Java Enterprise Design Patterns: Pattern
✍ Mark Grand πŸ“‚ Library πŸ“… 2001 πŸ› John Wiley & Sons 🌐 English βš– 3 MB

This third volume from Mark Grand features 38 design patterns for developing real-world Java distributed and enterprise applications. Some of the key concepts covered are reliable transaction processing, distributed objects, reliable message passing, concurrency management, object persistence, and c