Jump to content

Talk:Distributed shared memory

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SineBot (talk | contribs) at 07:22, 25 January 2011 (Signing comment by 132.65.96.97 - "MOSIX: new section"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

how about numa, and the Altix? it does fall in shared memory category doesn't it?!

NUMA is not DSM

NUMA and DSM are distinct. With NUMA a node can access memory elsewhere albeit less quickly than local memory. With DSM a node cannot directly access memory elsewhere. To access another node's memory it must engage the other node's cooperation (e.g., via messages). To ensure that all nodes have a coherent view of memory, now that's where things get interesting ...

Delphi?

The "Delphi" link goes to Delphi programming language; the linked article mentions nothing about distributed shared memory. This leads me to believe the Delphi that's an example of DSM is not the same as the Delphi programming language. A Google search turns up this paper, which is about a distributed shared memory system called Delphi and doesn't mention Borland afaict. Anyone know what's going on?

Cjoev 01:22, 4 January 2006 (UTC) cvbvcbvcbvcbvcbcbcvbcvbcvbcvbcvbcvxbvbcvb[reply]

The link is broken. I intended to fix it, but I forgot about it. Of course it should link to new entry about DSM Delphi system, and NOT about Borland Delphi.

Szopen 09:20, 4 January 2006 (UTC)[reply]

MOSIX

Mosix does not support DSM, it migrates memory from node to node, but a process can't access memory of any other node beside its hosting one. —Preceding unsigned comment added by 132.65.96.97 (talk) 07:21, 25 January 2011 (UTC)[reply]