Jump to content

Distributed design patterns: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Added 'Remote Session'
BattyBot (talk | contribs)
changed {{Unreferenced}} to {{Refimprove}} & general fixes using AWB (8062)
Line 1: Line 1:
{{Unreferenced stub|auto=yes|date=December 2009}}
{{Refimprove|date=December 2009}}
{{Orphan|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.


==Classification==
==Classification==
Line 13: Line 13:
* [[MapReduce]]
* [[MapReduce]]
* [[Bulk synchronous parallel]]
* [[Bulk synchronous parallel]]
* Remote Session<ref name=java.rmi>{{cite book|last=Pitt &amp; McNiff|title=java.rmi: the Remote Method Invocation Guide|year=2001|publisher=Pearson Education|location=Great Britain|isbn=0-201-70043-3|pages=284}}</ref>
* Remote Session<ref name=java.rmi>{{cite book|last=Pitt &amp; McNiff|title=java.rmi: the Remote Method Invocation Guide|year=2001|publisher=Pearson Education|location=Great Britain|isbn=0-201-70043-3|pages=284}}</ref>


==See also==
==See also==

Revision as of 11:52, 4 July 2012

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

See also

References

  1. ^ 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)