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 -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -