Sorry.. I know it's really stupid..
what are the advantages of having dure core?
-
If you're running multiple programs (or applications that are constructed to use multiple threads), things can proceed in parallel. That means better throughput and responsiveness.
"The only stupid question is the one that's not asked". - unknown source
- Ed -
""DUAL CORE
Dual core sounds flashy. Sounds huge. What it basically amounts to is having two processors in one. The trick is that they both use the same gate and address the same memory. Processors like the Core Duo are also substantially more complex, incorporating interesting technologies that make it less two separate processors and more a multi-threaded processor.
Okay, so what the heck does multi-threaded mean?
Basically, programs are a series of instructions that run single file through your processor, in what's called a thread. But if a processor has multiple cores, that means it can process multiple threads simultaneously.
There's a catch to this, too, though. Most applications, at least on a consumer level, aren't written to run in multiple threads. So while a dual core processor can smooth your computing experience out by running two different programs simultaneously instead of bogging up a single core by having to make those programs take turns going through, it doesn't offer much to speed up existing programs.
That said, with the advent of dual core on the desktop and now the Core Duo in notebooks, more and more programs are being programmed/patched to take advantage of multi-threading. Quake IV, for example, sees a notable performance increase on dual core processors. And many professional grade programs, particularly multimedia programs, enjoy performance benefits from having multiple cores. Video rendering, for example, can be substantially sped up on a dual core processor.
Dual core processors and parallelism (running threads simultaneously instead of sequentially) are the big thing for chip manufacturers right now since they've basically hit a wall with clock speeds and heat envelopes, and they're virtually all that's on the map for mainstream processors from either vendor in the future.""
this is from another forum by 'Pulp'
http://www.notebookreview.com/default.asp?newsID=2830
(see the full article)
for more information visit the intel website. they should have some good explanations.
questions about dure core
Discussion in 'Hardware Components and Aftermarket Upgrades' started by hokoko, Apr 1, 2006.