Slashdot Mirror


Ars Technica on Hyperthreading

radiokills writes "Ars Technica has a highly-informative technical paper up on Hyper-Threading. It's a technical overview of how simultaneous multithreading works, and what problems it will introduce. It also explains why comparing the technology to SMP is Apples to Oranges, in a sense. Starting with the 3 GHz Pentium 4, this tech will be standard in Intel's desktop lines (it's already in the Xeon), so this is important stuff."

9 of 235 comments (clear)

  1. Hyper-Threding, eh? by xactoguy · · Score: 3, Funny

    So that's how we can put the thread through the needle even faster? Wow... back in MY day, we had to use our fingers to do that, in candle light, when you couldnt even see the friggin' hole! :P

    --


    And so we go, on with our lives
    We know the truth, but prefer lies
    Lies are simple, simple is bliss
  2. multithreading by kin_korn_karn · · Score: 3, Funny

    when will someone develop a processor that will automatically multithread tasks? i.e. you don't have to explicitly ask for new threads, it optimizes the code into threads for you?

    yes, I realize this is anti-geek, so this processor would also allow you to take control of thread creation by flipping a register or something.

  3. Hyperthreading? What's next? by The+Slashdolt · · Score: 5, Funny

    What's next, LudicrousThreads?

    obligatory spaceballs reference

    --
    mp3's are only for those with bad memories
    1. Re:Hyperthreading? What's next? by Anonymous Coward · · Score: 0, Funny

      Oh my god! They went Plaid.

  4. Re:Hyperthreading on Windows by dzym · · Score: 5, Funny

    I've also heard that a virtual processor requires its own CPU license, at least in Win2K.

  5. Dear sir, by Anonymous+Cowrad · · Score: 5, Funny

    oh no!

    Sincerely,
    Intel

    --

    --
    pants ahoy
  6. Damn thief by PissingInTheWind · · Score: 2, Funny

    From the article:

    (On a related note, this brings to mind one of my favorite .sig file quotes: "A message from the system administrator: 'I've upped my priority. Now up yours.'")

    He stole my .sig !!

    --

    A message from the system administrator: 'I've upped my priority. Now up yours.'
    1. Re:Damn thief by njm · · Score: 1, Funny

      If by steal your .sig you mean not claim it as his own, pointing out that it was another's, then yes.

  7. Take this one to court... by Anonymous Coward · · Score: 1, Funny

    ... crack open the machine and demonstrate that there isn't but the one CPU. Really, the price tag of the software needs to be determined *outside* of the product being paid for -- especially on proprietary systems.

    <joke>
    California might not have spent so much on Oracle licensing costs had they not relied on a calculator running this little jobber:

    if (CPU_Count < 16) {
    // why would they run on a machine with less
    // than 16 cpus? it's an insult to our software!
    ChargeForLicenses(Random(255) + 16);
    }
    else {
    // Now we're playing with power!
    ChargeForLicenses(CPU_Count);
    }
    </joke>