operating system - How we can say that round robin scheduling is a preemptive? -


what preemptive means? means highest priority jobs arrive lower priority job suspended , cpu given higher priority job

then in round robin every job have time slice.if higher priority job arrives while lower priority job has not completed it's time slice suspended without completing it's time slice or after completion of time slice of lower priority job cpu given higher priority job irrespective of other jobs in queue


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -