Mark Richards

Software Architecture Patterns

Notify me when the book’s added
To read this book, upload an EPUB or FB2 file to Bookmate. How do I upload a book?
The success of any application or system depends on the architecture pattern
you use. By describing the overall characteristics of the architecture, these patterns
not only guide designers and developers on how to design components, but also determine
the ways in which those components should interact. This O’Reilly report takes a deep
dive into many common software architecture patterns. Each pattern includes a full
explanation of how it works, explains the pattern’s benefits and considerations, and describes the circumstances and conditions it was designed to address. The report also
includes an analysis and scorecard for each pattern based on several architecture and  software development quality attributes.
This book is currently unavailable
69 printed pages
Have you already read it? How did you like it?
👍👎

Impressions

  • Olzhas Murtazinshared an impression2 years ago
    👍Worth reading

Quotes

  • Olzhas Murtazinhas quoted2 years ago
    The space-based architecture pattern is a complex and expensive pattern to implement. It is a good architecture choice for smaller web-based applications with variable load (e.g., social media sites, bidding and auction sites). However, it is not well suited for traditional large-scale relational database applications with large amounts of operational data
  • Olzhas Murtazinhas quoted2 years ago
    There are two primary components within this architecture pattern: a processing unit and virtualized middleware
  • Olzhas Murtazinhas quoted2 years ago
    ucts help to address these issues, the fact remains that scaling out a normal application for extreme loads is a very difficult proposition.
    The space-based architecture pattern is specifically designed to address and solve scalability and concurrency issues. It is also a useful architecture pattern for applications that have variable and unpredictable concurrent user volumes. Solving the extreme and variable scalability issue architecturally is often a better approach than trying to scale out a database or retrofit caching technologies into a non-scalable architecture.
    Pattern Description

    The space-based pattern (also sometimes referred to as the cloud architecture pattern) minimizes the factors that limit application scaling. This pattern gets its name from the concept of tuple space, the idea of distributed shared memory. High scalability is achieved by removing the central database constraint and using replicated in-memory data grids instead

On the bookshelves

fb2epub
Drag & drop your files (not more than 5 at once)