ENGLISH

Concurrent programming in Java : design principles and patterns

Book information

Publisher
Addison-Wesley Professional
Year
2000
ISBN
0201310090, 9780201310092
Language
english
Format
DJVU
Filesize
4 MB (4036257 bytes)
Series
Java series
Edition
2ed.
Pages
432\436
Library
kolxoz
Time added
2018-06-05 18:02:38

Description

In this second edition, you will find thoroughly updated coverage of the Javao 2 platform and new or expanded coverage of: * Memory model * Cancellation * Portable parallel programming * Utility classes for concurrency control The 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 platforms 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 compu

Similar books