Computer Science, asked by prabasrao1933, 1 year ago

Reasons why a context switch between threads is cheaper than a context switch between processes

Answers

Answered by Anonymous
1

When we switch between two threads, on the other hand, it is not needed to invalidate the TLB because all threads share the same address space, and thus have the same contents in the cache. Thus the cost of switching between threads is much smaller than the cost of switching between processes

Similar questions