Distributed design patterns: Difference between revisions
Appearance
Content deleted Content added
changed {{Unreferenced}} to {{Refimprove}} & general fixes using AWB (8062) |
m Bot: Removing Orphan Tag (Report Errors) |
||
Line 1: | Line 1: | ||
{{Refimprove|date=December 2009}} |
{{Refimprove|date=December 2009}} |
||
{{Orphan|date=December 2009}} |
|||
In [[software engineering]], a '''distributed design pattern''' is a [[design pattern (computer science)|design pattern]] focused on [[distributed computing]] problems. |
In [[software engineering]], a '''distributed design pattern''' is a [[design pattern (computer science)|design pattern]] focused on [[distributed computing]] problems. |
||
Revision as of 02:50, 10 January 2013
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
Distributed design patterns can be divided into several groups:
- Distributed communication patterns
- Security and reliability patterns
- Event driven patterns
Examples
- MapReduce
- Bulk synchronous parallel
- Remote Session[1]
See also
References
- ^ Pitt & McNiff (2001). java.rmi: the Remote Method Invocation Guide. Great Britain: Pearson Education. p. 284. ISBN 0-201-70043-3.
{{cite book}}
: CS1 maint: multiple names: authors list (link)