Pattern-Oriented Software Architecture : Patterns for Concurrent and Networked Objects 〈2〉

個数:
電子版価格
¥15,225
  • 電書あり

Pattern-Oriented Software Architecture : Patterns for Concurrent and Networked Objects 〈2〉

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Hardcover:ハードカバー版/ページ数 500 p.
  • 言語 ENG
  • 商品コード 9780471606956
  • DDC分類 005.12

Full Description


Designing application and middleware software to run in concurrent and networked environments is a significant challenge to software developers. The patterns catalogued in this second volume of Pattern-Oriented Software Architectures (POSA) form the basis of a pattern language that addresses issues associated with concurrency and networking. The book presents 17 interrelated patterns ranging from idioms through architectural designs. They cover core elements of building concurrent and network systems: service access and configuration, event handling, synchronization, and concurrency. All patterns present extensive examples and known uses in multiple programming languages, including C++, C, and Java. The book can be used to tackle specific software development problems or read from cover to cover to provide a fundamental understanding of the best practices for constructing concurrent and networked applications and middleware. About the Authors This book has been written by the award winning team responsible for the first POSA volume "A System of Patterns", joined in this volume by Douglas C. Schmidt from University of California, Irvine (UCI), USA. Visit our Web Page

Contents

About This Book About The Authors Guide To The Reader 1 Concurrent and Distributed Objects 2 The Patterns 2.1 Introduction 2.2 Service Access Patterns Wrapper Facade Extension Interface Interceptor 2.3 Event Handling Patterns Reactor Proactor Asynchronous Completion Token 2.4 Initialization Patterns Acceptor-Connector Activator Component Configurator 2.5 Synchronization Patterns Scoped Locking Strategized Locking Thread-Safe Interface Double Checked Locking Optimization 2.6 Concurrency Patterns Active Object Monitor Object Leader/Followers Half Sync/Half-Async Thread-Specific Storage 3 Tying the Patterns Together 3.1 From Individual Patterns To Pattern Languages 3.2 A Pattern Language for Distributed Object Computing 3.3 Beyond Networking, Distribution, and Concurrency Notations Glossary References Index of Patterns Index