首页 > 其他 > 详细

Operating System: Three Easy Pieces --- Process (Note)

时间:2015-10-01 12:48:16      阅读:281      评论:0      收藏:0      [点我收藏+]

1. How can the operating system provide the illusion of a nearly-endless supply of said CPUs?

The OS creates this illusion by virtualizing the CPU. The basic technique, known as the time-

sharing the CPU, allows users to run as many concurrent processes as they would like. Potential

cost is performance, as each will run slowly if the CPU(s) must be shared. To implement virtualization

of the CPU, and to implement it well, the OS will need both some low-level machinery mechanisms;

mechanisms are low-level methods or protocals that implement a needed piece of functionality.

Operating System: Three Easy Pieces --- Process (Note)

原文:http://www.cnblogs.com/miaoyong/p/4850821.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!