`
tuicwy
  • 浏览: 8206 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论

CPU Scheduling

阅读更多

        On operating systems that support them, it is kernel-level threads—not processes—that are being scheduled by the operating system. However, the terms process scheduling and thread scheduling are often used interchangeably. In this chapter, we use process scheduling when discussing general scheduling concepts and thread scheduling to refer to thread-specific ideas.

 

6.1 Basic Concepts

An I/O-bound program typically has many short CPU bursts. A CPU-bound program might have a few long CPU bursts. This distribution can be important in the selection of an appropriate CPU-scheduling algorithm.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics