Computer Science - Operating Systems Concepts - Discussion
Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 8)
8.
The strategy of allowing processes that are logically runnable to be temporarily suspended is called
Discussion:
18 comments Page 2 of 2.
Anand Gautam said:
1 decade ago
When we say that a particular process is preempted that simply means that the process is suspended and the resources it was accessing is still kept in memory so that it can be resumed without fetching its resources again.
Reasons for preempting a process :
1. If another process with higher priority needs to be executed.
Please suggest more reasons for preemption of a process.
Reasons for preempting a process :
1. If another process with higher priority needs to be executed.
Please suggest more reasons for preemption of a process.
Suribabubonu mandapeta said:
1 decade ago
Preemptive scheduling queue allows first higher priority job, it suspends the lower priority job in queue, to execute the higher priority job's first.
Naahin said:
1 decade ago
Preemptive scheduling can be best understood by round robin scheduling Algorithm.
Karnajit Saha said:
1 decade ago
In case of preemptive scheduling running process will be replaced by current process in Queue.
Vikas v s said:
1 decade ago
Preemptive means to empty the RAM from current process and busying process with next waited process in input queue.
Sipra said:
1 decade ago
In preemptive scheduling, the control of cpu for transfer one process to another process but non preemptive scheduling the control of cpu cannot be given to any other process.
Silpa said:
1 decade ago
Non-preemptive scheduling is a running task gets executed till it gets completed, it cannot be interrupted.
Eg:first come first serve.
Eg:first come first serve.
Anonymous said:
1 decade ago
Preemptive sheduling is one in which the current executing process is suspended and another process is executed and suspended process is resumed.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers