home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / sysadmin / 6405 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!news
  3. From: sherwood@space.ualberta.ca (Sherwood Botsford)
  4. Subject: Re: Drifting clock
  5. Message-ID: <1992Nov10.200220.27203@kakwa.ucs.ualberta.ca>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: fenris.space.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. References: <1992Nov10.081846.11087@csus.edu>
  10. Date: Tue, 10 Nov 1992 20:02:20 GMT
  11. Lines: 30
  12.  
  13. Eric P. Scott writes
  14. > In article <HARDY.92Nov9233637@golem.ps.uci.edu>
  15. >     hardy@golem.ps.uci.edu (Meinhard E. Mayer (Hardy)) writes:
  16. > >If your machine is on a network and you know an ntp (or xntp) host  
  17. at
  18. > >Brown, and if your machine is running ntp (check you /etc/hostconfig
  19. > >file), ntp.drift records the drift of your clock vis-a-vis the  
  20. master
  21. > >clock. ntp is adjusting the logical time. 
  22. > If your machine isn't synchronized to network time (e.g. a
  23. > standalone "home" machine), you'll need to hook it to the
  24. > network temporarily so it can "learn" what its natural
  25. > tendency is.  (If NeXT is shipping systems with software
  26. > preinstalled, why don't they do this as part of burn-in???
  27. > Or does it change as the hardware ages?)
  28. >                     -=EPS=-
  29.  
  30. Because the amount of drift depends on the usage of the machine.  The  
  31. clock issues an interupt every nth of a second ( 50 on most unix boxes)  
  32. however, the priority of the interupt is fairly low, so a lot of the  
  33. time it has to wait for service.  If it doesn't get serviced before the  
  34. next interupt, then a tick is lost.  A quiestent machine keeps pretty  
  35. good time.
  36.  
  37. I never have figured out why Casio can make a watch that keeps time to  
  38. a second per month, but no unix box can do so.  Why can't they put a  
  39. casio set of guts in there, and periodically update the system clock  
  40. from it...
  41.