This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Distributed design patterns" – news · newspapers · books · scholar · JSTOR (December 2009) (Learn how and when to remove this message) |
In software engineering, a distributed design pattern is a design pattern focused on distributed computing problems.
Classification
Distributed design patterns can be divided into several groups:
- Distributed communication patterns
- Security and reliability patterns
- Event driven patterns
- Saga pattern
Examples
- MapReduce
- Bulk synchronous parallel
- Remote Session
See also
References
- 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.
This computer science article is a stub. You can help Misplaced Pages by expanding it. |