Please enable JavaScript.
Coggle requires JavaScript to display documents.
Processes (Communication (Communication link (Properties (Link associated…
Processes
Communication
-
-
-
-
-
-
-
Remote Procedure Calls
-
-
Server-side stub receives message, unpacks marshalled parameters, and performs the procedure on the server
-
-
Process termination
-
-
-
-
Process executes last statement, then asks OS to delete it
-
Scheduling
-
-
Schedulers
-
-
Medium-term scheduler
-
Swapping
Remove process from memory, store on disk, bring back from disk
-
-
-