*BSD News Article 52291


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!ddsw1!news.mcs.net!Mercury.mcs.com!hendryj
From: hendryj@Mercury.mcs.com (Jonathan W. Hendry)
Newsgroups: comp.sys.ibm.pc.hardware.chips,comp.sys.ibm.pc.hardware.systems,comp.os.linux.hardware,comp.unix.bsd.freebsd.misc
Subject: Re: Dual Pentium MotherBoard.
Followup-To: comp.sys.ibm.pc.hardware.chips,comp.sys.ibm.pc.hardware.systems,comp.os.linux.hardware,comp.unix.bsd.freebsd.misc
Date: 2 Oct 1995 15:37:27 GMT
Organization: MCSNet Internet Services
Lines: 23
Message-ID: <44p0vn$644@News1.mcs.net>
References: <44735j$7qo@kappa.usc.edu> <DFHG2v.7Mw@ritz.mordor.com> <4491rp$gb0@mozo.cc.purdue.edu> <44lr4s$g94@wn1.sci.kun.nl>
NNTP-Posting-Host: mercury.mcs.com
X-Newsreader: TIN [version 1.2 PL2 (KSD)]
Xref: euryale.cc.adfa.oz.au comp.sys.ibm.pc.hardware.chips:34946 comp.sys.ibm.pc.hardware.systems:20726 comp.os.linux.hardware:17615 comp.unix.bsd.freebsd.misc:7010

Mark van Hoeij (hoeij@sci.kun.nl) wrote:
: In <4491rp$gb0@mozo.cc.purdue.edu> lin1974@expert.cc.purdue.edu (Chien-hung Lin) writes:

: >What systems or OS or programs would take advantage of the extra 
: >CPU?

: One of the workstations here has 4 CPU's.
: If you run 1 computation on it the machine is not faster than the other
: workstations. However, if you run 4 computations on it then all 4 get
: 100% CPU time instead of 25%.
: This is useful on systems with lots of users who run CPU intensive apps.

Hmm. Programming question. Under Windows NT, on a multi-processor 
box, is it possible to run copies of an application on each processor?
Is is possible to specify which processor an application should run on?

If I wrote a Photoshop plug-in filter, could I have it spawn off little
daemon-like filtering engines, one on each available processor?

Just curious if the capability is there, or if processors are handed out
by the OS.