home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / programm / 3939 < prev    next >
Encoding:
Text File  |  1992-07-27  |  2.2 KB  |  59 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!darwin.sura.net!convex!convex!tchrist
  3. From: Tom Christiansen <tchrist@convex.COM>
  4. Subject: Re: named pipes (was: Finger and .plan, .project)
  5. Message-ID: <1992Jul27.141331.2675@news.eng.convex.com>
  6. Originator: tchrist@pixel.convex.com
  7. Keywords: named pipes, fopen, popen, .plan, .profile, .signature
  8. Sender: usenet@news.eng.convex.com (news access account)
  9. Nntp-Posting-Host: pixel.convex.com
  10. Reply-To: tchrist@convex.COM (Tom Christiansen)
  11. Organization: CONVEX Realtime Development, Colorado Springs, CO
  12. References: <14u80cINNbd8@grasp1.univ-lyon1.fr> <1992Jul26.165838.1278@news.eng.convex.com> <150j4eINNilf@smurf.smurf.sub.org>
  13. Date: Mon, 27 Jul 1992 14:13:31 GMT
  14. X-Disclaimer: This message was written by a user at CONVEX Computer
  15.               Corp. The opinions expressed are those of the user and
  16.               not necessarily those of CONVEX.
  17. Lines: 40
  18.  
  19.  
  20. Matthias Urlichs writes:
  21.  
  22. > End of file. You'd have to wait for both tail processes to finish before you
  23. > could start the diff
  24.  
  25. How come?  Can't I start as soon as there's something there, even in the
  26. case of a file?
  27.  
  28. > You could probably create the temp files, mandatory-lock them, and then 
  29. > exec the tail processes. If the diff waits for the lock correctly (that's why
  30. > the lock has to be mandatory) you have a workable lockout.
  31.  
  32. Ah, I see -- you have to be able to know when the file is all done with.
  33.  
  34. > Or their .signature. ;-)
  35.  
  36. Moi? :-)
  37.  
  38. > Ugh. I'd include almost every development tool. Or take cp for instance --
  39. > do you still want to be able to copy executable files?  ;-)
  40.  
  41. Yes, I'm not happy with it happening ALWAYS.  I think either a mode on 
  42. the file (or type) or else an explicit open that way "[rw]x" would be 
  43. better.
  44.  
  45. > If you happen to be one of the fretful minority who can do creative work,
  46. > never force an idea; you'll abort it if you do. Be patient and you'll give
  47. > birth to it when the time is ripe. Learn to wait.
  48. >                 -- Lazarus Long
  49.  
  50. ah thanks; (cat; echo %%) >> ~/News/SIGNATURES
  51.  
  52. --tom
  53.  
  54. -- 
  55.     Tom Christiansen      tchrist@convex.com      convex!tchrist
  56.  
  57.     "* Unix is a footnote of AT&T Bell Laboratories."
  58.                              --Barry Shein
  59.