home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / utilities / alert / !Alert / !Help next >
Encoding:
Text File  |  1991-04-25  |  1.6 KB  |  53 lines

  1. Alerter by Ian Rawlings Addresses are as
  2. follows.
  3.  
  4. Home Address: St. Lawrence,
  5.               Salisbury Road
  6.               West Wellow
  7.               Near Romsey
  8.               Hants SO51 6AP
  9.  
  10. Term time:    Room 241
  11.               Childs Hall
  12.               Reading
  13.               Berkshire RG1 5JW
  14.  
  15. JANET EMAIL:  ssurawls@uk.ac.rdg.susssys1
  16.  
  17. What the program does:
  18.  
  19. When a program such as !Spark takes the
  20. processor for a long time then it would be
  21. nice if it would give you some kind of
  22. indication that it has finished processing,
  23. apart from the normalizing of the cursor. The
  24. same goes for ADFS when copying, especially
  25. to a floppy disc.
  26.  
  27. What this program does is beep (VDU7) if
  28. anything causes it to wait for more than a
  29. certain number of centiseconds between
  30. WimpPolls. It sleeps for up to 50
  31. centiseconds and then reads the monotic time.
  32. If the difference between the current time
  33. and the time measured at the last measurement
  34. is greater than a certain velue then it
  35. beeps.
  36.  
  37. For example, if you set the system variable
  38. <AlertAfter> in the !Run file to be 400 then
  39. if any task steals the machine for more than
  40. 4 seconds then when it returns the machine
  41. Alerter will beep, alerting you to the fact
  42. that you now have control over your beautiful
  43. Archimedes again. The value of <AlertAfter>
  44. is read every .5 seconds so you can
  45. experiment to find the optimal value for
  46. yourself.
  47.  
  48. It's a very small utility, yet it takes 16k
  49. of wimpslot as that seems to be the minimum
  50. that a basic program can take. Anyone know
  51. exactly why, and is there a way around this?
  52. I haven't bothered to find out as it isn't
  53. really important but I would like to know.