On Thu, Sep 16, 1999 at 12:25:52PM +0000, greg wrote: > Can anybody point me to a paper, mailing list discussion, etc. that discusses > scheduling processes to not thrash the cpu caches? Or if there's anything in > place, how I can take advantage of it, etc. I got stumped on the idea > a while ago, so I'm really curious...
In -current, there is already code to do trivial CPU affinity. Basically, given multiple processes in the same priority queue to choose from, the scheduler will pick the one that last ran on the same CPU. -Arun To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message