Google: Difference between revisions

Content added Content deleted
Line 158: Line 158:
Context switching needs to be extremely fast in general ... if it was slow then your CPU could begin to spend more time switching between processes than actually performing meaningful work when several processes are running concurrently.
Context switching needs to be extremely fast in general ... if it was slow then your CPU could begin to spend more time switching between processes than actually performing meaningful work when several processes are running concurrently.
Register access is nearly instantaneous.
Register access is nearly instantaneous.


= Topics 2 =

* Semaphores
* Mutex
* Threads