A silly/dumb question that I hope y'all can help me with.
When comparing software requirements, how do multicore processors work out?
For instance, if a piece of software requires a dual core processor at 3.2 ghz, would a quad core processor at 2.7 ghz be sufficient? are the cores additive? How does that work out?
Thanks!
When comparing software requirements, how do multicore processors work out?
For instance, if a piece of software requires a dual core processor at 3.2 ghz, would a quad core processor at 2.7 ghz be sufficient? are the cores additive? How does that work out?
Thanks!
Forum posts should be like a skirt. Long enough to cover the topic but short enough to keep your attention.
Multicore Processors
06/04/2011 03:11:15 PM
- 834 Views
that specific example: yes, that'd be more than sufficient. *NM*
06/04/2011 03:32:07 PM
- 192 Views
Not necessarily.
06/04/2011 10:28:53 PM
- 553 Views
I was assuming we were talking about two processors of the same brand.
06/04/2011 10:51:14 PM
- 467 Views
It depends on whether or not the software is written to use multiple cores.
06/04/2011 04:03:44 PM
- 623 Views
If it requires a dual core, it by definition supports multithreading.
06/04/2011 08:57:08 PM
- 662 Views
