T
The Frozen Canuck
Or does the core logic split some programs/processes between two processor?
Canuck
Canuck
Or does the core logic split some programs/processes between two processor?
Canuck
For single threaded programs under Windows XP pro for example the OS
balances the work load between the 2 cores unless the cpu affinity is
set to CPU0 or CPU1. In windows xp pro task manager, select a running
exe like "notepad.exe", right click , select affinity.
EdG
Yeah, I rarely have to touch affinity even on my older dual-CPU board.
XP does a decent enough job of handling the scheduling.
I just wrote a small program to auto set the affinity, like madden 05
doesn't like a dual core, but I didn't install any of the dual core
hot-fixes or patches either, so who knows. ;p
Schvantzkoph said:You should never have to set a processor affinity, the OS should be able
to handle that. Install the OS patches and then see if you still have any
problems.
If you choose the affinity for an
intensive app, will it result in higher overall cpu temps?
The Frozen Canuck said:Or does the core logic split some programs/processes between two processor?
Canuck
You should never have to set a processor affinity, the OS should be able
to handle that. Install the OS patches and then see if you still have any
problems.
|I just wrote a small program to auto set the affinity, like madden 05
|doesn't like a dual core, but I didn't install any of the dual core
|hot-fixes or patches either, so who knows. ;p
<double take>
I would be very interested in taking a look at the program; lots of
possibilities. One question. If you choose the affinity for an
intensive app, will it result in higher overall cpu temps?
In the vast amount of time since I replied (4 days) I did do some
testing and found that the temps actually rise when I set the affinity
to a single core. This is not a big deal, 10c or so, but it is
interesting. Performance was increased during multitasking, so the
minor rise in temps are a good trade-off. I did also find some other
freeware programs that do set affinity, ect. Good, but windows does do
a nice job handling the dual core.
The above made for an interesting few hours. Don't know where this is
going yet, but hey, thanks for the input.