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

  1. Newsgroups: alt.hackers
  2. Path: sparky!uunet!stanford.edu!apple!constellation!rex!ben
  3. From: ben@rex.chb.uokhsc.edu (Benjamin Z. Goldsteen)
  4. Subject: Re: making the named pipe work on a cluster
  5. Message-ID: <1992Jul27.231625.18562@constellation.ecn.uoknor.edu>
  6. Sender: usenet@constellation.ecn.uoknor.edu (Nets)
  7. Organization: Engineering Computer Network, University of Oklahoma, Norman, OK, USA
  8. References: <14q0udINNl6o@agate.berkeley.edu> <end1H060q8@atlantis.psu.edu> <1992Jul27.190402.13876@bradley.bradley.edu> <1992Jul27.211627.1584@organpipe.uug.arizona.edu>
  9. Distribution: usa
  10. Date: Mon, 27 Jul 1992 23:16:25 GMT
  11. Approved: AT&T
  12. Lines: 32
  13.  
  14. neilb@scs.leeds.ac.uk (Neil Bowers) writes:
  15.  
  16. >pwh@bradley.bradley.edu (Pete Hartman) writes:
  17. >>Ok, drop the other shoe, then.
  18. >>
  19. >>I don't want code, just an idea of what a better solution for a random
  20. >>sig generator would be.
  21.  
  22. >Couple of quick ideas, depends on how often you want to change your sig
  23.  
  24. >daily:    setup a script which soft-links .signature to one of your collection
  25. >    of signatures.
  26.    Not often enough
  27.  
  28. >each rn session:
  29. >    have a script "my<newsreader>", which makes a soft-link before exec'ing
  30. >    <newsreader>
  31.    Not often enough
  32.  
  33. >every post:
  34. >    take a copy of (Pnews|inews) and modify it, to pick a different sig
  35. >    each time
  36.  
  37.     So, every user should have there own version of inews?  That may
  38. satisfy one person.  You could, of course, modify inews to run a .file,
  39. but still, named pipes allow for a certain variety that would not otherwise
  40. be possible.  Named pipes in UNIX might not be the world's best
  41. implementation, but, what feature in UNIX is implemented nicely?  Lets
  42. face it, the semantics of half of UNIX leave something to be desired...
  43. however, that is a lot better then most other OS's.
  44.  
  45.  
  46.