From: Michael Tselman <misha@ccs.neu.edu>
Newsgroups: comp.parallel
Subject: Re: Control NT SMP
Date: 12 Nov 1998 05:16:00 GMT
Organization: Northeastern University, College of Computer Science
Approved: bigrigg@cs.cmu.edu
Message-Id: <72dqug$ftp$1@encore.ece.cmu.edu>
Originator: bigrigg@ece.cmu.edu


Look for what is called "thread affinity mask". That must be a thread 
attribute specifying the processor the thread should tend to run on.

I don't remember the exact API, but that's easy to look up.

	--Misha



Mike Bigrigg <bigrigg@integra.ece.cmu.edu> wrote:
: what i am trying to do is to take a dual processor NT system
: and only run certain applications on the second processor.
: is there a way to have control over the way NT does its
: scheduling?  am i stuck with it only running secondary threads
: on the secondary processor the way Linux SMP does it?  thanks.

: - mike
:  

: --
: Articles to bigrigg+parallel@cs.cmu.edu (Admin: bigrigg@cs.cmu.edu)
: Archive: http://www.hensa.ac.uk/parallel/internet/usenet/comp.parallel


-- 
Michael Tselman (Misha)   Internet: misha@ccs.neu.edu   | Imagination is     |
College of Computer Science, Northeastern University    |   more important   |
23 Cullinane Hall, 360 Huntington Ave., Boston, MA 02115|     than knowledge!|
Phone: (617)-373-3822,      Fax:  (617)-373-5121        |                    |
WWW: http://www.ccs.neu.edu/home/misha                  | (A. Einstein)      |

--
Articles to bigrigg+parallel@cs.cmu.edu (Admin: bigrigg@cs.cmu.edu)
Archive: http://www.hensa.ac.uk/parallel/internet/usenet/comp.parallel

