memory mirroring?
memory mirroring?
Posted Mar 17, 2012 23:07 UTC (Sat) by davecb (subscriber, #1574)In reply to: memory mirroring? by dlang
Parent article: Toward better NUMA scheduling
Quite large systems have large penalties for using distant nodes than small ones: bus backplane latency is not your friend (;-)) Smaller systems with bus lengths in the millimeters don't pay so great a penalty.
For one modern architecture there is a big hit after 32 sockets even when using a backplane derived from Cray's lowest-latency design. The speed of light needs improvement!
Ancient mainframes used a radial design to avoid having to be NUMA, at the expense of having an exceedingly complicated, multi-ported "system controller" where we'd put a bus.
--dave
