atom feed6 messages in org.freebsd.freebsd-smpAssignmet of CPUs
FromSent OnAttachments
Erich DollanskyJun 1, 2005 6:58 pm 
Dave StephensJun 2, 2005 6:16 am 
David LandgrenJun 2, 2005 2:09 pm 
David KingJun 2, 2005 5:35 pm 
David LandgrenJun 3, 2005 12:35 am 
Erich DollanskyJun 3, 2005 1:08 am 
Subject:Assignmet of CPUs
From:Erich Dollansky (ocea@pacific.net.sg)
Date:Jun 3, 2005 1:08:06 am
List:org.freebsd.freebsd-smp

Hi,

David Landgren wrote:

David King wrote:

Well, round-robin startup would at least be better than always using one process to start all processes. That would go some of the way

I did of course mean to say processor here.

Round-robin has does not really work with processes which produce different loads as those processes would have to move to other CPUs later to be ale to run. This involves reloading of CPU caches.

The whole problem is not this simple.

NUMA adds here as the memory content is local to CPUs too. Moving a process to a neighbour is still not this bad compared to moving it to a different CPU node.

Erich