home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / WDOG10.ZIP / WATCHDOG.HLP (.txt) < prev   
OS/2 Help File  |  1993-04-10  |  6KB  |  162 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. About WatchDog ΓòÉΓòÉΓòÉ
  3.  
  4.  The WatchDog application is a utility which detects a hung desktop and calls 
  5. DosShutdown to cleanly shut the file system down and re-enable CTRL-ALT-DEL. 
  6. The program works by registering a PM timer for a set interval. Because PM is a 
  7. single input queue, WM_TIMER messages will not be sent when the desktop is 
  8. hung.  Another watchdog thread blocks on a semaphore with a timeout greater 
  9. than this interval.  At each WM_TIMER message, the semaphore is cleared.  If 
  10. this semaphore wait times out, the program assumes the desktop is hung.  A beep 
  11. tone will sound and after a delay, the program calls DosShutdown. 
  12.  
  13. A legitimate (but poorly written) program might block the PM message queue 
  14. longer than the selected timeout.  To handle this case, select the Disable menu 
  15. option before starting the program.  The Watchdog program will be inactive 
  16. until the Enable menu option is selected.  There is also a selectable delay 
  17. before shutdown that allows you to terminate the application through CTRL-ESC 
  18. before the Watchdog application shuts the system down. 
  19.  
  20.  
  21. ΓòÉΓòÉΓòÉ 2. Help Menu ΓòÉΓòÉΓòÉ
  22.  
  23. Use the choices on the Help pull-down to display: 
  24.  
  25. Help index 
  26.      Displays the index of help menu. 
  27.  
  28. General Help 
  29.      Displays some information about Watchdog program. 
  30.  
  31. Keys Help 
  32.      Displays a list of keys usage. 
  33.  
  34. Using Help 
  35.      Provides detailed information on the kinds of help available and how to 
  36.      use help. 
  37.  
  38.  
  39. ΓòÉΓòÉΓòÉ 3. General Help ΓòÉΓòÉΓòÉ
  40.  
  41. Use this choice to get general help for the program. General help provides 
  42. general information about the Watchdog program. 
  43.  
  44.  
  45. ΓòÉΓòÉΓòÉ 4. Extended ΓòÉΓòÉΓòÉ
  46.  
  47. Use this choice to obtain information on how to use the Help facility. 
  48.  
  49.  
  50. ΓòÉΓòÉΓòÉ 5. Tutorial of Keys ΓòÉΓòÉΓòÉ
  51.  
  52. Use this choice to see a list of keys and a description of the function of the 
  53. keys. 
  54.  
  55.  
  56. ΓòÉΓòÉΓòÉ 5.1. Key Assigments ΓòÉΓòÉΓòÉ
  57.  
  58. The list of keys is arranged in groups. 
  59.  
  60. ACCELERATOR KEYS 
  61.  
  62. HELP KEYS 
  63.  
  64.    F1 
  65.         Get help 
  66.  
  67.    Esc 
  68.         Previous Help Panel, or End help if only one panel 
  69.  
  70.    Alt 
  71.         Switch IN/OUT action bar 
  72.  
  73.    Alt+F4 
  74.         End help or End program 
  75.  
  76.   SYSTEM KEYS 
  77.  
  78.    Alt+Esc 
  79.         Switch to the next program, including full-screen programs 
  80.  
  81.    Ctrl+Esc 
  82.         Switch to the Task List 
  83.  
  84.   WINDOW KEYS 
  85.  
  86.    Underlined letter 
  87.         Move among the choices on the action bar and pull-downs submenu or 
  88.         execut the function chosen 
  89.  
  90.  
  91. ΓòÉΓòÉΓòÉ 6. Index ΓòÉΓòÉΓòÉ
  92.  
  93. Use this choice to display the help index. 
  94.  
  95. The help index lists the titles of the help information that is available. 
  96.  
  97.  
  98. ΓòÉΓòÉΓòÉ 7. Information ΓòÉΓòÉΓòÉ
  99.  
  100. This dialog displays information about the application, such as version number 
  101. and copyright notice. 
  102.  
  103.  
  104. ΓòÉΓòÉΓòÉ 8. Information ΓòÉΓòÉΓòÉ
  105.  
  106. The OK button closes the dialog box. 
  107.  
  108.  
  109. ΓòÉΓòÉΓòÉ 9. Information ΓòÉΓòÉΓòÉ
  110.  
  111. Settings to control behaviour of Watchdog. 
  112.  
  113. Heartbeat Interval 
  114.      Sets the interval between "heartbeat" (WM_TIMER) messages from OS/2.  The 
  115.      minimum time period is 5 seconds.  A larger value results in a slightly 
  116.      lower processor load.  The largest value OS/2 can accept is 65 seconds. 
  117.  
  118. Hang detection Interval 
  119.      Controls the delay after a missing heartbeat message before considering 
  120.      the desktop hung.  Note that the total time to detect a hang can be as 
  121.      large as the sum of the Heartbeat interval and the hang detection 
  122.      interval. 
  123.  
  124. Shutdown delay 
  125.      Time interval after detecting hang until shutdown. Allows termination of 
  126.      an application through CTRL-ESC if desktop is not really hung. 
  127.  
  128. Play Shutdown tones 
  129.      Sound descending tones as shutdown period approaches.  The first and last 
  130.      tone will always be generated. 
  131.  
  132. Start Minimized 
  133.      Start minimized by default. 
  134.  
  135. Ok 
  136.      Accept new settings 
  137.  
  138. Save 
  139.      Accept new settings and save them to disk 
  140.  
  141. Cancel 
  142.      Abandon all changes made to this screen. 
  143.  
  144. Help 
  145.      Display this help screen 
  146.  
  147.  
  148. ΓòÉΓòÉΓòÉ 10. Information ΓòÉΓòÉΓòÉ
  149.  
  150. This key will enable the "hang detection" in the Watchdog program. 
  151.  
  152.  
  153. ΓòÉΓòÉΓòÉ 11. Information ΓòÉΓòÉΓòÉ
  154.  
  155. This key will temporarily disable the "hang detection" in the Watchdog program 
  156. until ENABLE is selected. 
  157.  
  158.  
  159. ΓòÉΓòÉΓòÉ 12. Information ΓòÉΓòÉΓòÉ
  160.  
  161. This dialog displays the user settings for the Watchdog program 
  162. characteristics.