10 Core Architecture Pattern Variations for Achieving Scalability

【转载】:http://highscalability.com/blog/2011/11/7/10-core-architecture-pattern-variations-for-achieving-scalab.html

 

Srinath Perera has put together a strong list of architecture patterns based on three meta patterns:  distribution, caching, and asynchronous processing. He contends these three are the primal patterns and the following patterns are but different combinations:

  1. LB (Load Balancers) + Shared nothing Units . Units that do not share anything with each other fronted with a load balancer that routes incoming messages to a unit based on some criteria.
  2. LB + Stateless Nodes + Scalable Storage . Several stateless nodes talking to a scalable storage, and a load balancer distributes load among the nodes.
  3. Peer to Peer Architectures (Distributed Hash Table (DHT) and Content Addressable Networks (CAN)) . Algorithm for scaling up logarithmically.
  4. Distributed Queues . Queue implementation (FIFO delivery) implemented as a network service.
  5. Publish/Subscribe Paradigm . Network publish subscribe brokers that route messages to each other.
  6. Gossip and Nature-inspired Architectures . Each node randomly pick and exchange information with follow nodes.
  7. Map Reduce/ Data flows . Scalable pattern to describe and execute Jobs.
  8. Tree of responsibility . Break the problem down recursively and assign to a tree, each parent node delegating work to children nodes.
  9. Stream processing . Process data streams, data that is keeps coming.
  10. Scalable Storages . Ranges from Databases, NoSQL storages, Service Registries, to File systems.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值