GeeksforGeeks » Operating Systems

UNIX preemptive ot not?

(6 posts)
  1. Priya
    guest
    Posted 1 year ago #

    What kind of operating system UNIX is? Preemptive or Non-Preemptive

  2. Venki
    Moderator
    Posted 1 year ago #

    Initial versions were single threaded and non preemptive. Now, there are different flavors, not sure.

  3. sujata
    guest
    Posted 1 year ago #

    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.

  4. pearls
    Member
    Posted 9 months ago #

    if ew can chance the scheduling Priority using nice then it probably is preemptive :)

  5. pearls
    Member
    Posted 9 months ago #

    change*

  6. Santosh
    guest
    Posted 6 months ago #

    Unix is Preemptive since it's inception


Reply

You must log in to post.

RSS feed for this topic