What are the reasons for process suspension?
Answers were Sorted based on User's Feedback
Answer / manju
Some of the reasons to suspend a process are...
1.If one process is ready to excecute,but there is no space
in the main memory,then it is suspended.
2.when one process in main memory which was blocked & there
is another process ready to excecute,but waiting in
secondary memory,then the process in main memory is
suspended.
3.when the parent process suspends,then the sub process is
also suspended.
Is This Answer Correct ? | 97 Yes | 11 No |
Answer / guest
swapping,interactive user request,timing,parent process
request.
Is This Answer Correct ? | 52 Yes | 10 No |
Answer / zahraa fatma
1. swapping:the operating system needs to release sufficient main memory to bring in a process that is ready to execute.
2.other OS reason :the operating system may suspend a background or utility process or a process that is suspected of causing a problem.
3.interactive user request :a user may wish to suspend execution of a program for purposes of debugging or in connection with the use of a resource .
4.timing:a process may be executed periodically (e.g.,an accounting or system monitoring process)and may be suspended while waiting for the next time interval .
5. parent process request:a parent process may wish to suspend execution of a descendant to examine or modify the suspended process ,or to coordinate the activity of various descendants.
Is This Answer Correct ? | 41 Yes | 2 No |
Answer / ramya
The process was placed in the suspended state by itself,or
OS , a parent process for the purpose of preventing its
execution. This wont be removed until the agent explicitly
orders the removal.
REASONS FOR PROCESS SUSPENSION:
1)PARENT PROCESS REQUEST:
A process may b suspended in order of parent process
request in order to modify the process
2)SWAPPING:
if the process is ready n there is no place in the main
memory the process gets suspended.
3)OTHER OS REASON:
when one process in main memory which was blocked & there
is another process ready to excecute,but waiting in
secondary memory,then the process in main memory is
suspended.
Is This Answer Correct ? | 31 Yes | 4 No |
Answer / swathi
swapping,user request,if parent process wishes to terminate
then child process is suspended,priority
Is This Answer Correct ? | 13 Yes | 3 No |
Answer / tracey
there are different types of suspensions.
School Suspensions are processed when the principal rings a
students parent and tells them the reason why that child is
getting suspended, then notifys the board of trusties.
Is This Answer Correct ? | 6 Yes | 32 No |
State two differences between user and kernel space?
What are distributed systems?
What is Scheduling algorithm?
If there are too many page faults what is the problem?
Explain the various types of registers?
What kind of memory is a ram categorized as?
What are residence monitors?
Can a system detect starvation?
What are the necessary conditions for deadlock to occur?
How do I enable plugins on firefox?
What is the Difference between Loading and Linking ?
What is fcfs?