34 lines
718 B
Markdown
34 lines
718 B
Markdown
---
|
|
title: "Distributed design patterns"
|
|
chunk: 1/1
|
|
source: "https://en.wikipedia.org/wiki/Distributed_design_patterns"
|
|
category: "reference"
|
|
tags: "science, encyclopedia"
|
|
date_saved: "2026-05-05T11:32:49.900529+00:00"
|
|
instance: "kb-cron"
|
|
---
|
|
|
|
In software engineering, a distributed design pattern is a software 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 ==
|
|
Software engineering
|
|
Outline of software engineering
|
|
|
|
|
|
== References == |