home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 198 / DOS6ALL.ZIP / Q96603 < prev    next >
Text File  |  1993-06-05  |  2KB  |  42 lines

  1.  
  2. ARTICLE-ID:Q96603
  3. TITLE     :Balancing Power Conservation and Performance with POWER.EXE   
  4.  
  5. --------------------------------------------------------------------
  6. The information in this article applies to:
  7.  
  8.  - Microsoft MS-DOS operating system version 6.0
  9. --------------------------------------------------------------------
  10.  
  11. Summary:
  12.  
  13. The Power program (POWER.EXE) monitors keyboard polling and the
  14. Application Idle interrupt to determine if a system is idle; it
  15. monitors use of the hard disk, video functions, and MS-DOS functions
  16. to determine if a system is busy.
  17.  
  18. POWER.EXE may incorrectly determine that your machine is idle if you
  19. are using communication programs, computation-intensive programs, or
  20. other programs that infrequently access the hard disk. When POWER.EXE
  21. detects that the system is idle, it halts or slows down the CPU, which
  22. adversely affects application performance if your machine is not truly
  23. idle.
  24.  
  25. More Information:
  26.  
  27. With the ADV[:MIN|REG|MAX] command line switch, you can indicate
  28. whether your higher priority is power savings or application
  29. performance. Specifically, the ADV parameter controls the keyboard
  30. polling detection. If application performance is suffering because of
  31. false idle detections, you can use the ADV:MIN option to trigger fewer
  32. false idle detections. However, this option provides minimal power
  33. savings when your machine is idle. The ADV:MAX option provides maximum
  34. power savings but increases the chances of false idle detections. The
  35. default setting is ADV:REG, which balances power conservation with
  36. performance.
  37.  
  38. Type "power" (without the quotation marks and without any parameters)
  39. at the MS-DOS command prompt to determine the current settings.
  40.  
  41. Additional reference words: 6.00
  42.