The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    questions about dure core

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by hokoko, Apr 1, 2006.

  1. hokoko

    hokoko Notebook Enthusiast

    Reputations:
    0
    Messages:
    27
    Likes Received:
    0
    Trophy Points:
    5
    Sorry.. I know it's really stupid..
    what are the advantages of having dure core?
     
  2. EdF

    EdF Notebook Consultant

    Reputations:
    15
    Messages:
    164
    Likes Received:
    0
    Trophy Points:
    30
    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
     
  3. dioscorea

    dioscorea Notebook Enthusiast

    Reputations:
    1
    Messages:
    38
    Likes Received:
    0
    Trophy Points:
    15
    ""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.