home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12481 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.4 KB

  1. Path: sparky!uunet!cs.utexas.edu!uwm.edu!rutgers!rochester!galileo.cc.rochester.edu!sherman.pas.rochester.edu!kevin
  2. From: kevin@sherman.pas.rochester.edu (kevin mcfadden)
  3. Newsgroups: comp.lang.c
  4. Subject: Continuous Updating
  5. Message-ID: <1992Aug18.145325.10933@galileo.cc.rochester.edu>
  6. Date: 18 Aug 92 14:53:25 GMT
  7. Sender: news@galileo.cc.rochester.edu
  8. Distribution: na
  9. Organization: University of Rochester
  10. Lines: 24
  11. Nntp-Posting-Host: sherman.pas.rochester.edu
  12.  
  13. First off, thanks to those who replied to my message about monitoring a file.
  14.  
  15. Secondly,  I have a question (which begets more questions :)
  16.  
  17.     1) Is there a way to monitor the update file so that when it is changed 
  18.         it is detected almost immediately and then read in?  I have come up
  19.         with three methods:
  20.             a) using some sort of loop that checks when it
  21.                 comes to that part of the loop [extremely inefficient],
  22.              
  23.             b) the program    is being written w/ the help of devGuide
  24.                 (openwindow development tool) and the update function
  25.                 can be triggered by a mouse moving in or out
  26.                 of a window [mouse has to be moved, can't monitor on its own], and
  27.             
  28.             c)  have another program monitor the file and then send an update
  29.                 to the gui [ don't know it is possible for an outside program
  30.                 to send commands into the openwindows program or be able
  31.                 to execute openwin commands from the outside
  32.                 that pertain to the other program] 
  33.  
  34. Any help is greatly appreciated!
  35.  
  36. Kevin
  37.