|
|
#1 |
|
Dual Processor Q's
Hello Everyone,
I was showing one of my windows-user friends the G5's the other day and he came up with a good question. I was showing him the dual 2Ghz G5 when he asked if that meant that both processors were running at 2Ghz. I didn't know, so I thought I'd ask you guys. So is it - 1. Both processors are running at 2Ghz. (Does this mean that in total it's actually running at 4Ghz?) 2. Each processor is running at 1Ghz adding up to 2Ghz. 3. One processor is running at 2Ghz and the other is just somehow helping it out 4. Other - please specify Thanks a lot. I'm curious to know myself. Thanks in advance, JOD8FY
__________________
1 Ghz PowerBook G4 12" : 768 MB RAM : 40 GB HD : 32 MB VRAM 20" ACD : Apple Wireless Keyboard & Mouse : Final Cut Studio Tiger 10.4.10 |
|
|
|
0
|
|
|
#2 |
|
Both CPU's are 2GHz each. Multi-threaded app (inc. OS X itself) can utilize both CPU's at the same time.
I don't know the ins and outs of it all, but I think that pretty much covers it.
__________________
|
|
|
|
0
|
|
|
#3 |
|
They are both independent processors with seperate level caches(among other things) meaning they are not linked on a very low level, and thus do not act as a single unit. It is Mac OS and the program running that must decide how to use both.
In essence: It's two processors both running at 2 ghz. |
|
|
|
0
|
|
|
#4 |
|
Thanks for the help everyone, but I have one more question - since they both run at 2Ghz, would it be wrong to say that it was a 4Ghz computer?
Thanks, JOD8FY
__________________
1 Ghz PowerBook G4 12" : 768 MB RAM : 40 GB HD : 32 MB VRAM 20" ACD : Apple Wireless Keyboard & Mouse : Final Cut Studio Tiger 10.4.10 |
|
|
|
0
|
|
|
#5 | |
|
Quote:
__________________
iMac Intel (Rev H, 27"), 1TB HDD, 16GB RAM, 10.8.4 |
||
|
|
0
|
|
|
#6 | |
|
Quote:
There is a lot of waste in Mac OS X as far as getting the two processors to share the load; however, it's not bad for a desktop operating system. Probably 20 - 30 percent of one processor is being wasted on supervisor-level tasks, which have to be done somewhere. |
||
|
|
0
|
|
|
#7 |
|
It wrong to say that the dual 2GHz CPUs are equal to a single 4GHz CPU, because they aren't -- though it is a typical math method used in the PC World.
But they are both running at 2GHz when the machine is running full blast -- normally they run at 1.3GHz. --- The OS and many Apps are multithreaded, so they automatically have threads split between two CPUs.
__________________
MacRumors member fails resist iPhone glamour effect, suffers credit card damage 2d8.
|
|
|
|
0
|
|
|
#8 |
|
Thanks for the replies. Now I can tell my friend how it works and hopefully convince him to switch
.One last thing, how does hyperthreading work then? Does it split the CPU's power 2 ways and distribute them to applications? All this processor stuff is really interesting .Thanks again, JOD8FY
__________________
1 Ghz PowerBook G4 12" : 768 MB RAM : 40 GB HD : 32 MB VRAM 20" ACD : Apple Wireless Keyboard & Mouse : Final Cut Studio Tiger 10.4.10 |
|
|
|
0
|
|
|
#9 | |
|
Quote:
|
||
|
|
0
|
|
|
#10 |
|
Yeah I was sort of wondering how well the multi tasking would be for the dual G5s, I was thinking about getting one but was wondering how well it split the load up on things that aren't multi-aware. For instance, I run ichat AV with a video open practically all day long, and would like to be able to do other stuff. It would be awesome to just assign tasks to different processors if the OS doesn't do that itself.
|
|
|
|
0
|
|
|
#11 | |
|
Quote:
Sell him on the cool factor , because there's nothing like the G5 box in the industry (yes, the box / case... coolest case I've seen)If you find this stuff interesting, here's a good book: Amazon Link *Hyperthreading* is probably one of Intel's biggest "well, it looked good on paper...oops" -Wyrm
__________________
Pismo, HammerHead, and an Akiba Special |
||
|
|
0
|
|
|
#12 | |
|
Quote:
SMP is cool, but it does come at a cost in single CPU systems. (saps about 10-15% out of some of the OS9 vs. OSX benchmarks) --- IBM has implemented threading on the Power5 (and Power5Lite) -- this software trick will allow the CPU to handle twice the number of instructions as the PPC970, and only impose a 25% transistor penalty. Basically, something that can give you dual-PPC970 core performance, but is only 25% bigger -- instead of twice the size.
__________________
MacRumors member fails resist iPhone glamour effect, suffers credit card damage 2d8.
|
||
|
|
0
|
|
|
#13 | |
|
Quote:
I'm not so sure about the 10-15% penalty being attributed to SMP for Darwin vs OS9... there's a lot more going on under the hood in Darwin. I'd be surprised if the performance drop because of SMP actually registers... but classic was a bit more bare metal compared to Darwin so by doing less in the overhead, you can let a user process do more... .. of course you get some good stuff from Darwin... like real memory management, user space protection, and a thread aware scheduler...etc. Re: Power5 It's not a software trick. Multi-threading with a context switch is the software trick. SMT is more of a way to keep the cpu pipeline full as opposed to handling more instructions. Theoretical throughput remains the same, however the hope is you can parallelize instructions. Since threads are by definition Parallel, let the cpu handle threads to better use its resources; look no further than Amdahl's law for speedup: Amdah's Law and you can see what they are trying to do with SMT. Throughput for a single task with SMT is 1/n, which is where the misconception that the processor can handle n times the amount of work; it can't. It can handle n process threads, with n being the SMT multiplier (2 in most cases), but it can still only process the same amount of work. Look at Amdahl's law and find the bottleneck: Ah that nasty serial dependant stuff? SMT is an idea to reduce bubbles/stalls in the pipeline by allowing the processor to perform a pseudo context switch to other code that is theoretically parallel to the stalled code, so that it can always be doing something, rather than sucking nops. The problem comes, or the problem that Intel has found in their implementation of SMT (called Hyperthreading), is that threads now have to internally fight over cache resources, and since SMT is an attempt to fill bubbles, the pipeline needs lots of bubbles to fill to make a difference. Hence, Prescott's double cache and +10 stages in the pipeline (and Intel's theory that more pipeline stages = higher clock speeds). Now with a longer pipeline, other problems come to light. Yikes... Let's hope IBM learns from Intel's forray and has some better ideas. -Wyrm
__________________
Pismo, HammerHead, and an Akiba Special |
||
|
|
0
|
|
|
#14 |
|
__________________
MacRumors member fails resist iPhone glamour effect, suffers credit card damage 2d8.
|
|
|
|
0
|
|
|
#15 |
|
i thought OS X was capable of utilizing both processors by itself? Whereas prior to OS X it had to be dual processor software in order to utilize both proc. otherwise it only ran off one. Using OS X it shares the load of work between both CPUs, you won't notice the second processor in typical computing, but in computation-heavy software you'll see a significant boost. Programs that will show you true power of the two processors are both games and creative software (floating point computations i think it's called?) such as Adobe and Macromedia suites, 3D Rendering Packages, Final Cut & it's siblings, iApps, DVD Burning and Multitasking, Video Chat, Home Video Server while being used at same time, etc. etc. OS X makes me horny....
|
|
|
|
0
|
|
|
#16 | |
|
Quote:
But yes, pretty much Darwin has a multi-processor aware scheduler and can divide the work up. OS 9 was not multi-processor aware, and lacking in a whole bunch of areas under the hood so to speak. -WYrm
__________________
Pismo, HammerHead, and an Akiba Special |
||
|
|
0
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| MBP for music? Screen size and Processor Q's | MickyMacMonkey | Digital Audio | 7 | Aug 6, 2009 12:06 PM |
| dual processors in a single processor mac? | orangejedi | Mac Pro | 18 | Jul 15, 2008 11:35 PM |
| Question about older Power Macs - dual processor or single processor | mrfrankmiller | PowerPC Macs | 4 | Jun 10, 2007 04:51 AM |
| Mac mini processor Q's | iPhil | Mac Basics and Help | 7 | Jan 28, 2007 10:57 AM |
| Dual monitor Q's | LethalWolfe | Mac Help/Tips | 5 | Feb 23, 2002 09:24 PM |
All times are GMT -5. The time now is 06:39 PM.








.
, because there's nothing like the G5 box in the industry (yes, the box / case... coolest case I've seen)
Linear Mode

