TDSM 12.1

From The Data Science Design Manual Wikia
Revision as of 04:56, 9 December 2017 by Yujko (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Parallel processing has tightly-coupled computation, and the tasks are CPU-bound. It happens on one machine.

Distributed processing has loosely-coupled computation, and the tasks are memory/IO-bound. It involves sharing resources across multiple machines.