Commonly used patterns for designing Scalable System
Designing a scalable system can be a tricky thing, before you jump into action check out a great post by Ricky Ho where he describes the eight common design patterns:
Load Balancer
Scatter and Gather
Result Cache
Share Space
Pipe and Filter
Map Reduce
Bulk Synchronous parallel
Execution Orchestrator
I think Rick done a wonderful job. Thanks ! Can you think of anything else?
No comments:
Post a Comment