by Eric L. Blair. Intel Corp.
Intel processors that support Hyper-Threading Technology (HT Technology) promote maximum system resource utilization by allowing multiple logical processors to share physical resources within the same physical processor package. To applications, logical processors appear to be no different than the processors in systems without HT Technology. However, to maximize application and system performance, it can be helpful for developers to understand the relationship between application threads, logical processors, physical processors, and performance. Hyper-Threading Technology requires the processor, chipset, BIOS, operating system, and applications that are optimized for HT Technology in order for the technology to provide benefits
Before the introduction of Hyper-Threading Technology, all processors in an IA32 multiprocessor system were identical to each other and each processor was capable of the same performance as the other processors in the system. With HT Technology, all physical processors in the system are still identical to each other; however, each physical processor contains multiple logical processors and each of those logical processors share resources with each other. A side effect of resource sharing is that the performance of one logical processor is dependent upon the resources being used by the other logical processors within the same physical processor. Essentially, all logical processors in a system with HT Technology may not have equal performance at any given time depending on the resources being used by the other logical processor.
Thread Scheduling and Hyper-Threading Technology
Operating systems schedule threads on available processors based on a "ready-to-run" criteria. The set of available threads is contained in a thread pool. A thread is ready-to-run if it has all the resources it needs, except the processor. Threads that are waiting for disk, memory, or other IO, are not in a ready-to-run state. In general, high priority threads will be selected over low priority threads. Over time, a low priority thread will become favored and will eventually be scheduled on an available processor
![]()
![]() | Discovering Multi-Core: Extending the Benefits of Moore's Law Learn how multi-core processor architecture and software development m... |
If you're interested in this topic, these articles may be helpful:
![]() | ASP.NET validator controls by Andrew Ma This tutorial gives a brief overview of how to use the... |
![]() | Creating C# wrappers for Intel Integrated Performance Primitives using Microsoft .NET interoperability mechanisms from Intel Corp. One of the beauties of .NET is that an object wri... |
![]() | Introduction to Eiffel.NET, part one: the Eiffel language basics by Daniele Pagano Eiffel is an object-oriented language developed... |
![]() | ASP.NET tutorial: adding records to a database using ADO.NET, Access Database, and Visual Basic.NET (VB.NET) from EALabs Inc. - EAServe.com Adding records to Access database us... |
![]() | Non-stop .NET by Alan Zeichick, principal analyst, Camden Associates Web services... |
![]()
Related Jobs:

