Neal H. Walfield, le Thu 30 Oct 2008 13:11:58 +0100, a écrit : > > The major problem is how to manage the pool of processors. This can be > > implemented by doing away with the centralised scheduler and letting > > each processor manage itself. The problem is now really one of resource > > allocation rather than scheduling. > > What's the difference between scheduling and allocation?
I guess he means the difference between "I'm a processor and I just manage the threads that have been put on my local list" and "putting threads on per-processor lists". Samuel