home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / hackers / 1207 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.4 KB  |  30 lines

  1. Newsgroups: alt.hackers
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!gumby!destroyer!ubc-cs!newsserver.sfu.ca!howesb
  3. From: howesb@fraser.sfu.ca (Charles Howes)
  4. Subject: Re: making the named pipe work on a cluster
  5. Message-ID: <1992Jul30.215954.22281@sfu.ca>
  6. Sender: news@sfu.ca
  7. Organization: Simon Fraser University, Burnaby, B.C., Canada
  8. References: <1992Jul27.231625.18562@constellation.ecn.uoknor.edu> <1992Jul28.045610.15540@reed.edu> <82mm#9=.xtifr@netcom.com>
  9. Distribution: usa
  10. Date: Thu, 30 Jul 1992 21:59:54 GMT
  11. Approved: uoknor@uoknor.edu
  12. Lines: 16
  13.  
  14. In article <82mm#9=.xtifr@netcom.com> xtifr@netcom.com (Chris Waters) writes:
  15. >ObSheesh:  named pipes, migawd!  A classic example of approaching this
  16. >problem from the wrong end.
  17.  
  18. How about a personal daemon to change the .signature file if its access time
  19. changes?  Cron-ify it so that it doesn't waste CPU time.  Much.
  20.  
  21. Obhack: Writing a program that sits in a temporary directory and nukes files
  22. shortly after their access and modification times disagree.  When all files are
  23. gone, self-destruct.  This is useful if you're downloading files to a PC via
  24. ethernet and FTP.  You can do an 'mget *' and the files will be gone when
  25. you're done.
  26.  
  27. Actually, since a file exists if it is held open, you could create an
  28. 'imaginary file' server.  How could anybody recover the data if they didn't
  29. go through the server?  
  30.