Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

HT processors and context switching?

postaquestion
Beginner
265 Views

What is theoverhead in HT processors compared to traditional processors for
context switching,at least using Win32 and C++?

It will be better for students like me...because academia is not interested in MS technologies... Anything in C++ will be much more interesting than C#... :D

0 Kudos
1 Reply
TimP
Honored Contributor III
265 Views
I don't think a useful answer is possible without more definition of what you mean. The HT related issue of giving one or the other of 2 running threads priority on shared resources, compared with 2 threads running on a single core CPU, is of most interest when supporting a few specific applications such as Oracle. It was more interesting when there were more HT than dual core CPUs. On the dual core CPUs, there may be shared cache and bus resources, but the term context switching has even less meaning in the competition for those resources.
If you are talking about the use of the HT terminology for Itanium switch on event multi-tasking, the overhead for switching there is significantly greater than for past Xeon HT CPUs.
If you are talking about traditional meaning of context switching, it's hard to see how HT is related, unless you have a specific situation in mind.
0 Kudos
Reply