Reactive Design Patterns


出版时间:2017.2
官网链接:Manning
下载地址:百度网盘(PDF+EPUB+MOBI)
提取码    :dahf

内容简介:

About the technology

Modern web applications serve potentially vast numbers of users – and they need to keep working as servers fail and new ones come online, users overwhelm limited resources, and information is distributed globally. A Reactive application adjusts to partial failures and varying loads, remaining responsive in an ever-changing distributed environment. The secret is message-driven architecture – and design patterns to organize it.

About the book

Reactive Design Patterns presents the principles, patterns, and best practices of Reactive application design. You’ll learn how to keep one slow component from bogging down others with the Circuit Breaker pattern, how to shepherd a many-staged transaction to completion with the Saga pattern, how to divide datasets by Sharding, and more. You’ll even see how to keep your source code readable and the system testable despite many potential interactions and points of failure.

What’s inside

  • The definitive guide to the Reactive Manifesto
  • Patterns for flow control, delimited consistency, fault tolerance, and much more
  • Hard-won lessons about what doesn’t work
  • Architectures that scale under tremendous load

About the reader
Most examples use Scala, Java, and Akka. Readers should be familiar with distributed systems.

给TA买糖
共{{data.count}}人
人已赞赏
电子书

Learning TypeScript

2017-3-16 22:02:48

电子书

Python Data Science Handbook

2017-3-20 21:30:16

搜索