Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
Pattern-Oriented Software Architecture, Patterns for Concurrent and Networked Objects
Unavailable
Pattern-Oriented Software Architecture, Patterns for Concurrent and Networked Objects
Unavailable
Pattern-Oriented Software Architecture, Patterns for Concurrent and Networked Objects
Ebook1,126 pages9 hours

Pattern-Oriented Software Architecture, Patterns for Concurrent and Networked Objects

Rating: 3 out of 5 stars

3/5

()

Currently unavailable

Currently unavailable

About this ebook

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

LanguageEnglish
PublisherWiley
Release dateApr 22, 2013
ISBN9781118725177
Unavailable
Pattern-Oriented Software Architecture, Patterns for Concurrent and Networked Objects

Related to Pattern-Oriented Software Architecture, Patterns for Concurrent and Networked Objects

Titles in the series (13)

View More

Related ebooks

Programming For You

View More

Related articles

Reviews for Pattern-Oriented Software Architecture, Patterns for Concurrent and Networked Objects

Rating: 2.8636363636363638 out of 5 stars
3/5

11 ratings1 review

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 3 out of 5 stars
    3/5
    The case study on the design of a multithreaded web server is really nice to give to advanced undergrdauates who are interested in high-performance web apps. Most of the book is a pattern catalog that hasn't found much application in my distributed projects so far.