Differences between version 4 and revision by previous author of HyperThreading.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Thursday, September 23, 2004 7:13:10 pm | by AristotlePagaltzis | Revert |
Older page: | version 3 | Last edited on Thursday, September 23, 2004 5:32:05 pm | by DanielLawson | Revert |
@@ -1,11 +1,10 @@
-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.
+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 [CPU]s
, 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
+See also:
+* SymmetricMultiProcessing
+* Intel's [HyperThreading page |
http://www.intel.com/technology/hyperthread/]
+*
[List of processors which support HyperThreading
| http://www.intel.com/products/ht/hyperthreading_more.htm]
----
Part of CategoryHardware