Jump to content

Thread switching latency

From Simple English Wikipedia, the free encyclopedia
Revision as of 14:34, 1 November 2008 by Puttyschool (talk | changes) (Creating article Thread switching latency)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The thread switching latency is the time needed by the operating system to switch the CPU to run another thread. In some operating systems running on some hardware, switching between threads belonging to the same process is much faster than switching to a thread from different process (because threads from different process requires more complicated process context switch).

See also