This article needs additional citations for verification. (December 2009) |
In software engineering, a distributed design pattern is a design pattern focused on distributed computing problems.
Classification
editDistributed design patterns can be divided into several groups:
- Distributed communication patterns
- Security and reliability patterns
- Event driven patterns
- Saga pattern [1]
Examples
edit- MapReduce
- Bulk synchronous parallel
- Remote Session[2]
See also
editReferences
edit- ^ Fundamentals of Software Architecture: An Engineering Approach. O'Reilly Media. 2020. ISBN 978-1492043454.
- ^ Pitt & McNiff (2001). java.rmi: the Remote Method Invocation Guide. Great Britain: Pearson Education. pp. 284. ISBN 0-201-70043-3.