Social Sciences, asked by Anonymous6706, 1 year ago

Why context switch time of process is greater than thread?

Answers

Answered by Anonymous
0

Explanation:

Switching between threads of a single process can be faster than between two separate processes, because threads share the same virtual memory maps, so a TLB flush is not necessary.

Answered by Anonymous
0

Explanation:

Switching between threads of a single process can be faster than between two separate processes, because threads share the same virtual memory maps, so a TLB flush is not necessary.

Similar questions