Intel's multithreading architecture. Hyper-Threading makes one physical CPU appear as two logical CPUs. It uses additional registers to overlap two instruction streams in order to achieve an ...
A thread in programming terms is the flow of control within a program, the path taken through the instructions -- a bit like the sequence of thoughts you have when working something out. It's ...