وبلاگ بلیان

Concurrent Programming in Java : Design Principles and Patterns, Second Edition

جلد کتاب Concurrent Programming in Java : Design Principles and Patterns, Second Edition

معرفی کتاب «Concurrent Programming in Java : Design Principles and Patterns, Second Edition» نوشتهٔ John Grotzinger، Thomas H. Jordan و Lea Doug.، منتشرشده توسط نشر Addison-Wesley Professional در سال 1999. این کتاب در 432 صفحه، فرمت pdf، زبان انگلیسی ارائه شده است.

Publisher: Addison Wesley, 1999. - 432 p. Second Edition. ISBN: 0-201-31009-0In Concurrent Programming in Java, Second Edition, you will find thoroughly updated coverage of the Java 2 platform and new or expanded coverage of: Memory model Cancellation Portable parallel programming Utility classes for concurrency control **Table Of Contents** CopyrightAcknowledgments**Concurrent Object-Oriented Programming** Using Concurrency Constructs Objects and Concurrency Design Forces Before/After Patterns **Exclusion** Immutability Synchronization Confinement Structuring and Refactoring Classes Using Lock Utilities**State Dependence** Dealing with Failure Guarded Methods Structuring and Refactoring Classes Using Concurrency Control Utilities Joint Actions Transactions Implementing Utilities **Creating Threads** Oneway Messages Composing Oneway Messages Services in Threads Parallel Decomposition Active Objects

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 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.

Booknews

An outgrowth of a set of Web pages Lea started in 1995 to document and clarify his own early efforts with the concurrency features of the computer language, now updated to incorporate the Java 2 platform. He shows intermediate to advanced programmers how to use the platforms's threading model more precisely by explaining the patterns and tradeoffs associated with concurrent programming. Annotation c. Book News, Inc., Portland, OR (booknews.com)

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 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. 0201310090B04062001 One of Java's most powerful capabilities is its built-in support for concurrent programming, a design technique in which multiple concurrent activities-threads take place inside a single Java program. Thread programming enables developers to design applications that are more responsive to user demands, faster, and more easily controlled. This book offers comprehensive coverage of this vital aspect of the Java language. The book is completely up-to-date with the new thread model that is now incorporated into the most recent version of the Java Virtual Machine. All Java programmers interested in doing concurrent programming must understand these new concepts. The book approaches the topic from a design pattern point of view. It introduces and summarizes Java's concurrency support, shows readers how to initiate, control, and coordinate concurrent activities, and offers numerous recipe-like techniques for designing and implementing Java structures that solve common concurrent programming challenges. Specifically, the book presents important strategies for avoiding the inconsistencies that can crop up in multi-threaded programs, addresses the concept of "liveness"-how to ensure that all threads in use are kept active simultaneously, examines state-dependent action, and demonstrates effective methods for handling user requests in a multi-threaded environment. Publisher: Addison Wesley, 1999. - 432 p. Second Edition. ISBN: 0-201-31009-0 In Concurrent Programming in Java, Second Edition, you will find thoroughly updated coverage of the Java 2 platform and new or expanded coverage of: Memory model Cancellation Portable parallel programming Utility classes for concurrency control Table Of Contents Copyright Acknowledgments Concurrent Object-Oriented Programming Using Concurrency Constructs Objects and Concurrency Design Forces Before/After Patterns Exclusion Immutability Synchronization Confinement Structuring and Refactoring Classes Using Lock Utilities State Dependence Dealing with Failure Guarded Methods Structuring and Refactoring Classes Using Concurrency Control Utilities Joint Actions Transactions Implementing Utilities Creating Threads Oneway Messages Composing Oneway Messages Services in Threads Parallel Decomposition Active Objects One of Java's most powerful capabilities is its built-in support for concurrent programming, a design technique in which multiple concurrent activities (threads) take place inside a single Java program. Thread programming enables developers to design applications that are more responsive to user demands, faster, and more easily controlled. This book offers comprehensive coverage of this vital aspect of the Java language.
دانلود کتاب Concurrent Programming in Java : Design Principles and Patterns, Second Edition