Re: NPTL/SMP/NUMA

Alan Cox (alan@lxorguk.ukuu.org.uk)
03 Jun 2003 23:32:17 +0100


On Maw, 2003-06-03 at 23:26, William Voorsluys wrote:
> thinking on SMP machines, and which have been made to other purposes?
> Is there any feature on the library/kernel that make it possible to
> exploit the benefits of NUMA systems?

NUMA systems don't have any benefits (well other than engineering
considerations like practicality of construction). From a software
perspective NUMA is simply a question of making the loss as little
as possible.

There are patches to do more NUMA aware scheduling which help a bit
as well as to do things like replicate the kernel code to each node.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/