home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / programm / 18560 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.3 KB

  1. Path: sparky!uunet!pageworks.com!world!eff!iWarp.intel.com|ogicse!news.u.washington.edu!chuckp.staffdev.washington.edu!chuckp
  2. From: chuckp@u.washington.edu (Chuck Pliske)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Deadman programming - how to reset?
  5. Message-ID: <1992Nov18.003557.11293@u.washington.edu>
  6. Date: 18 Nov 92 00:35:57 GMT
  7. Article-I.D.: u.1992Nov18.003557.11293
  8. Sender: news@u.washington.edu (USENET News System)
  9. Organization: University of Washington
  10. Lines: 13
  11. X-Xxmessage-Id: <A72ECFE31802372A@chuckp.staffdev.washington.edu>
  12. X-Xxdate: Tue, 17 Nov 92 00:35:47 GMT
  13. X-Useragent: Nuntius v1.1.1d12
  14.  
  15. I have written a "deadman" program, consisting of a faceless bg app with 
  16. a TimeManager periodic visit.  The app resets a counter every WNE, and 
  17. the TM task counts it down.  If it gets to 0, its time to reset the Mac.
  18.  
  19. It has been my observation that most crashes involve the mainline portion 
  20. of the system, and leave the interrupt system operational.  My problem is 
  21. in figuring out a reliable "reset" to use.  In my old hypercharged SE, 
  22. the "reset" instruction works just fine and I now have increased 
  23. reliability in my unattended system.  However, in the IIfx (7.1) the 
  24. reset instruction blanks the screen but does not otherwise reset the 
  25. computer.  Any suggestions would be appreciated.
  26.  
  27. Chuck Pliske
  28.