Design Patterns (or techniques) for Scalability

前端 未结 5 972
既然无缘
既然无缘 2021-01-29 18:56

What design patterns or techniques have you used that are specifically geared toward scalability?

Patterns such as t

5条回答
  •  离开以前
    2021-01-29 19:29

    The POSA (Patterns-Oriented Software Architecture) books are a great source for such patterns.

    POSA 4, especially, is concerned with distributed computing, but all the volumns are full of scalability patterns.

提交回复
热议问题