operating system - QUERY REGARDING PARENT AND CHILD PROCESS -



operating system - QUERY REGARDING PARENT AND CHILD PROCESS -

can loop preempted in between?

suppose have parent , kid proces;both have loop execution

can 1 process's loop preempted in between process loop started?and if so, resume afterwards?

this depends on operating scheme used , many parameters, e.g. priority of processes. process can interrupted after each machine instruction. means can interrupted within single line of code in language c. if process has been interrupted, resumed next machine instruction.

operating-system

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -