Distributed memory

From Free net encyclopedia

(Difference between revisions)
Revision as of 18:55, 14 January 2006
TimBentley (Talk | contribs)
Corrected link to disambiguation page. ([[Wikipedia:Disambiguation_pages_with_links|you can help!]])
Next diff →

Current revision

Distributed memory is a concept used in parallel computing. It means that in a multi-processor system each processor has its own memory. This requires that computional tasks have to be distributed on the different processors for processing. After the processing the data has to be reassembled.

The related term is Distributed shared memory, a model in which in addition to private memories of the nodes there exist large, conceptually shared memory (though in reality such memory may be physically distributed between many different nodes, hence the name).