Forum: Vue


Subject: My friend's HyperThreading problem

KeremGogus opened this issue on Jan 02, 2006 ยท 6 posts


andytw posted Wed, 04 January 2006 at 1:52 PM

Your problem sounds like the "real" and "virtual" CPUs (which make up the two processors in an HT system) are competing for system cache. With a dual cpu (or dual core) each processor has its own cache, but with Hyper-Threading the "real" and "virtual" CPU's have to share the same cache. If the real and virtual CPUs need different data then the HT processor can spend a lot of time moving data in and out of cache (depending on cache size) rather than doing any actual work, which results in longer render times or apparant lock ups. This is one of the reasons why turning off HT can sometimes improve performance.