What is preemptive multitasking?

后端 未结 3 1012
梦谈多话
梦谈多话 2021-01-29 07:31

What is preemptive multitasking? After googling it I couldn\'t find an answer can someone help me?

3条回答
  •  难免孤独
    2021-01-29 07:46

    http://en.wikipedia.org/wiki/Preemption_(computing)

    Read the Wikipedia article. Think of it this way, it is a way to allow you to run many different programs at once without each program needing to have been written to give up the processor's time - the OS handles it. The idea is that each process is "preempted" at some point.

提交回复
热议问题