View Single Post
Old 12-28-2003, 06:39 PM   #3 (permalink)
AxelF
Crazy
 
AxelF's Avatar
 
Location: Europe
Yeah, the new P4's have two logical "processors" in one chip.

This allows for running two parallell threads of instructions instead of a single thread. They share all the processing units within the chip since many usually are idle when runnning only one thread of instructions. To Windows XP it looks like two chips.
You can usually turn it off in bios, but I have not seen it to have any drawbacks in published tests. The main thread will get all the power it needs when needed, the secondary takes the rest.
So it gives you some improved multitasking on some operating systems (like WinXP), and for some applications written for multi-threading. This can give up to 30% performance increase, under optimal conditions.
__________________
Coffee
AxelF is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54