Distributed design patterns
From Wikipedia, the free encyclopedia
| This article needs additional citations for verification. (December 2009) (Learn how and when to remove this template message) |
In software engineering, a distributed design pattern is a design pattern focused on distributed computing problems.
Contents
Classification[edit]
Distributed design patterns can be divided into several groups:
- Distributed communication patterns
- Security and reliability patterns
- Event driven patterns
Examples[edit]
- MapReduce
- Bulk synchronous parallel
- Remote Session[1]
See also[edit]
References[edit]
- ^ Pitt & McNiff (2001). java.rmi: the Remote Method Invocation Guide. Great Britain: Pearson Education. p. 284. ISBN 0-201-70043-3.
| This computer science article is a stub. You can help Wikipedia by expanding it. |