Found 1 hit - Term: shared memory, Database: *, Strategy: prefix
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
shared memory
1. memory in a parallel computer, usually ram, which can
be accessed by more than one processor, usually via a shared
bus or network.
it usually takes longer for a processor to access shared
memory than to access its own private memory because of
contention for the processor-to-memory connections and because
of other overheads associated with ensuring synchronised
access. computers using shared memory usually have some kind
of local cache on each processor to reduce the number of
accesses to shared memory. this requires a cache
consistency protocol to ensure that one processor's cached
copy of a shared memory location is invalidated when another
processor writes to that location.
the alternative to shared memory is message passing where
all memory is private to some particular processor and
processors communicate by sending messages down special
links. this is usually slower than shared memory but it
avoids the problems of contention for memory and can be
implemented more cheaply.
2. memory which can be access by more than one process in a
multitasking operating system with memory protection.
some unix variants, e.g. sunos provide this kind of shared
memory.
unix manual pages: shmop2, shmctl2, shmget2.
1994-10-20
see also:
parallel computer ram bus cache cache consistency protocol
message passing multitasking operating system unix sunos
unix manual pages
Results 1 - 10 of 34 found about shared memory: Shared Memory
>> S Words
Shared Memory, definition of term: Shared Memory
shared+memory_pag1.html Shared
>> S Words
Shared, definition of term: Shared
shared_pag1.html Memory
>> M Words
Memory, definition of term: Memory
memory_pag1.html Memory Loss
>> M Words
Memory Loss, definition of term: Memory Loss
memory+loss_pag1.html Memory Manageme
>> M Words
Memory Manageme, definition of term: Memory Manageme
memory+manageme_pag1.html Memory Protecti
>> M Words
Memory Protecti, definition of term: Memory Protecti
memory+protecti_pag1.html Memory Device
>> M Words
Memory Device, definition of term: Memory Device
memory+device_pag1.html Memory Farts
>> M Words
Memory Farts, definition of term: Memory Farts
memory+farts_pag1.html Edo Memory
>> E Words
Edo Memory, definition of term: Edo Memory
edo+memory_pag1.html Virtual Memory
>> V Words
Virtual Memory, definition of term: Virtual Memory
virtual+memory_pag1.html
Page 1 2 3 4 Next Last accessed:2008/10/13 04:03:45 [Total processing time: 0 seconds] |