• Modern Operating System --- Power Management (Hardware Issues)


    The general approach most computer vendors take to battery conservation is to design the CPU,

    memory, and I/O devices to have multiple states: on, sleeping, hiberating, and off. To use the 

    device, it must be on. When the device will not be needed for a short time, it can be put to sleep,

    which reduces energy consumption. When it is not expected to be needed for a longer interval, it

    can be made to hiberate, which reduces energy consumption even more. The trade-off here is that

    getting a device out of hiberating often take more time and energy than getting it out of sleep state.

    Finally, when a device is off, it does nothing and consumes no power. Not all devices have all these

    states, but when they do, it is up to the operating system to manage the state transition at the 

    right moments.

    Power management brings up a number of questions that the operating system must deal with. Many

    of them deal with resource hiberation --- selectively and temporarily turning off devices, or at least

    reducing their power consumption when they are idle. Questions that must be answered include these:

    Which devices can be controlled? Are they off/on, or do they have intermediate states? How much

    power is saved in the low-power state? Is energy expended to restart the device? Must some context

    be saced when going to a low-power state? How long does it take to go back to full power? Of course,

    the answers to these questions vary from device to device, so  the operating system must be able to

    deal with a range of possibilities.

  • 相关阅读:
    win7下64位系统memcache/memcached安装教程
    支付宝接口使用文档说明 支付宝异步通知(notify_url)与return_url.
    PHP使用DES进行加密解密
    使用PHP对文件进行压缩解压(zip)
    发一个天气预报接口
    使用php发送电子邮件(phpmailer)
    在线支付接口详解
    php 操作数组 (合并,拆分,追加,查找,删除等)
    PHP5中魔术方法
    Ehlib 学习
  • 原文地址:https://www.cnblogs.com/miaoyong/p/4886806.html
Copyright © 2020-2023  润新知