GeeksforGeeks » Operating Systems
UNIX preemptive ot not?
(6 posts)-
What kind of operating system UNIX is? Preemptive or Non-Preemptive
-
Initial versions were single threaded and non preemptive. Now, there are different flavors, not sure.
-
unix is preemptive system......
Preemptive multitasking allows the computer system to more reliably guarantee each process a regular "slice" of operating time. It also allows the system to rapidly deal with important external events like incoming data, which might require the immediate attention of one or another process.Operating systems were developed to take advantage of these hardware capabilities and run multiple processes preemptively. For example, preemptive multitasking was implemented in the earliest version of Unix [1] in 1969, and is standard in Unix and Unix-like operating systems, including Linux, Solaris and BSD with its derivatives.
-
if ew can chance the scheduling Priority using nice then it probably is preemptive :)
-
change*
-
Unix is Preemptive since it's inception
Reply
You must log in to post.