Differences between version 2 and previous revision of HyperThreading.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Thursday, September 23, 2004 5:31:52 pm | by DanielLawson | Revert |
Older page: | version 1 | Last edited on Thursday, September 23, 2004 5:30:51 pm | by DanielLawson | Revert |
@@ -1,5 +1,7 @@
-HyperThreading is a technology for Intel P4 and Xeon processors (and later) which allows multiple concurrent execution paths within a single CPU. It is presented to the operating system as two separate CPUs, however performance under load rarely exceeds that of a single CPU. Its main benefits lie in allowing threaded applications to execute multiple paths concurrently.
+HyperThreading (or HT)
is a technology for Intel P4 and Xeon processors (and later) which allows multiple concurrent execution paths within a single CPU. It is presented to the operating system as two separate CPUs, however performance under load rarely exceeds that of a single CPU. Its main benefits lie in allowing threaded applications to execute multiple paths concurrently.
See http://www.intel.com/technology/hyperthread/ for more information.
+
+[Intel's website|http://www.intel.com/products/ht/hyperthreading_more.htm] has more information on which processors support HyperThreading
Compare with SymmetricMultiProcessing