home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / arch / 9064 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.8 KB

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!lindsay
  2. From: lindsay+@cs.cmu.edu (Donald Lindsay)
  3. Newsgroups: comp.arch
  4. Subject: Re: Interrupts vs Polling---WAS: cooling
  5. Message-ID: <BtMC8n.B6H.2@cs.cmu.edu>
  6. Date: 27 Aug 92 01:31:34 GMT
  7. Article-I.D.: cs.BtMC8n.B6H.2
  8. References: <BtED7C.5II@exnet.co.uk> <BtEy50.Ix4.2@cs.cmu.edu> <BtIDsH.8x3@exnet.co.uk>
  9. Sender: news@cs.cmu.edu (Usenet News System)
  10. Organization: School of Computer Science, Carnegie Mellon
  11. Lines: 28
  12. Nntp-Posting-Host: gandalf.cs.cmu.edu
  13.  
  14. In article <BtIDsH.8x3@exnet.co.uk> dhd@exnet.co.uk (Damon) writes:
  15. >>High-reliability systems (and high priced
  16. >>systems) can justify computer monitoring to detect e.g. a failed fan.
  17. >>Aha, /dev/muffin! - well, actually, it's more likely an interrupt
  18. >>flavor.
  19. >Let's not use interrupts for this sort of thing.  Just how quickly is the
  20. >temperature going to change.  A once per second poll should be more than
  21. >enough. B^>/2.
  22.  
  23. Traditionally, power fail was reported via interrupt, since many
  24. power supplies could only hold the system up for milliseconds. Big
  25. systems (which have had computerized monitoring for decades)
  26. typically were controlled from maintenance processors, which is why
  27. you don't see maintenance features in the mainframe's architecture
  28. spec. (Actually, at one time the biggest "feature" was a microfiche
  29. reader for the schematics.)
  30.  
  31. It *is* sometimes important to get fast notice of cooling failure.
  32. Some systems, stopped abruptly, get hot enough to damage themselves.
  33. Their power-fail sequence tries to have residual power, not for the
  34. CPU or disks, but for the fans/pumps.
  35.  
  36. >PS. If I replace /dev/heatsink with a plain file can I cool the system by
  37. >    dumping the file across the net?  B^>
  38.  
  39. No, but pizzas that you FTP in will arrive hot.
  40. -- 
  41. Don        D.C.Lindsay     Carnegie Mellon Computer Science
  42.