SMP Theory (was: Re: Interesting analysis of linux kernelthreading by IBM)
Helge Hafting
helgehaf en idb.hist.no
Mar Ene 25 18:15:33 CST 2000
> In a SMP box all CPU's have equal access to all memory. This does cause
> the exact problems that you describe. One solution to this is to give each
> CPU it's own memory, the problem then is that some parts of memory are
> easier to get at then others, depending on which CPU you are accessing
> them from. thus Non Uniform Memory Access machines (NUMA).
Another solution is to avoid the per-cpu caches. Yes - one big cache
for all processors. I believe this is hard to achieve on a circuit
board,
those low-latency caches need impressive signalling speed incompatible
with ten-centimeter distances. But it may be a good solution
for a dual/quad-on-a-chip cpu.
Helge Hafting
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo en vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Más información sobre la lista de distribución Ayuda