Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
Jump to content

Talk:Memory coherence

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This article has not yet been rated on Wikipedia's content assessment scale.
It is of interest to the following WikiProjects:WikiProject iconComputing
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on the project's importance scale.

Does it apply to multitasking?

[edit]

It seems to me that the term "memory coherence" can also be applied to different tasks (processes or threads) running on a single CPU, as they have to synchronize their interaction in order to remain coherent — although on the software level, rather than the hardware level. Or is the term "memory coherence" only used for the hardware-level concept? -- intgr 12:01, 6 December 2006 (UTC)[reply]

As far as I know, coherence is term used only for situation, where there are several copies (replicas) of given datum; i.e. processors with caches, computers with replicas of shared pages etc. Szopen 10:31, 7 December 2006 (UTC)[reply]

Should this apply to DMA?

[edit]

It seems to me that this should apply to devices as well as processors. A uniprocessor system with devices that use DMA also has to deal with memory coherence. Noah (talk) 22:39, 20 May 2010 (UTC)[reply]