cpu shielding and disabling kernel interrupts

Under Linux, what (if any) is the downside to disabling all interrupts on a particular CPU core, or even all cores on a single chip in a system containing multiple chips? When writing a C program that has extreme sensitivity to latency, my natural urge is to isolate the thread on its own core and move all other tasks to separate cores, and I'm wondering what the tradeoffs are.

7
задан BD at Rivenhill 5 May 2011 в 19:05
поделиться