What is preemptive and Non-preemptive Time Scheduling?
Answers were Sorted based on User's Feedback
Answer / anonymous
pre-emptive
The rights on a resource can be shifted from one object to
another.
Non- preemptive
The rights on a resource cannot be shifted from one object
to another.
It is a technique used for scheduling the processor time
for various processes.
| Is This Answer Correct ? | 75 Yes | 29 No |
Answer / baskar
pre-emptive
we can share the resource to all the process with
interruption.
non pre-emptive
we can't share the resource to all the process and there
is no interruption occur in non pre-emptive.
| Is This Answer Correct ? | 42 Yes | 7 No |
Answer / surbhi
generally,an os is said to be preemptive if it is allowed to
interrupt on executing task & replace it with another
ready-to-run task...
in non preemptive system, the task executing either run to
completion or voluntarily relinquishes control of the
processor..
| Is This Answer Correct ? | 30 Yes | 7 No |
Answer / sam
See the below link
http://www.indiapoly.com/index.php?q=books/1570/preemptive-vs-nonpreemptive-scheduling.html
| Is This Answer Correct ? | 3 Yes | 8 No |
Answer / xyz
what is transition diagrame for preemptive and
nonpreemptive??????????should be different for both..
| Is This Answer Correct ? | 4 Yes | 10 No |
Answer / nagar
bhai yo ye ans jo diya h CCS university ke hisaaqb se thik
nhi hai.....vaha 10 page ka likna hota hai
| Is This Answer Correct ? | 10 Yes | 20 No |
Difference Between getRequest and PostRequest?
Is the ternary operator written x : y ? Z or x ? Y : z ?
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?
whats is mean by filter?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What are the methods used for inter-thread communication? and in what class these methods are defined?
difference between Abstract and Interface?
Why are some of the class and element names counter-intuitive?
What you mean by COM and DCOM?
Are enterprise beans allowed to use thread.sleep()?
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
What is ripple effect?