home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / perl / 5277 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!sample.eng.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!convex!tchrist
  3. From: Tom Christiansen <tchrist@convex.COM>
  4. Subject: Re: Help with named pipes
  5. Originator: tchrist@pixel.convex.com
  6. Sender: usenet@news.eng.convex.com (news access account)
  7. Message-ID: <1992Aug12.163401.5091@news.eng.convex.com>
  8. Date: Wed, 12 Aug 1992 16:34:01 GMT
  9. Reply-To: tchrist@convex.COM (Tom Christiansen)
  10. References: <1992Aug12.140317.1603@rock.concert.net> <3310@ra.nrl.navy.mil> <1992Aug12.162224.3119@rock.concert.net>
  11. Nntp-Posting-Host: pixel.convex.com
  12. Organization: CONVEX Realtime Development, Colorado Springs, CO
  13. X-Disclaimer: This message was written by a user at CONVEX Computer
  14.               Corp. The opinions expressed are those of the user and
  15.               not necessarily those of CONVEX.
  16. Lines: 13
  17.  
  18. From the keyboard of cole@concert.net (Derrick C. Cole):
  19. :You're right!  It should be while(1).  However, open() still doesn't seem to
  20. :return to enter the read loop.
  21.  
  22. For open on a named pipe to return, there must be both a reader
  23. and a writer.
  24.  
  25. --tom
  26. -- 
  27.     Tom Christiansen      tchrist@convex.com      convex!tchrist
  28.  
  29. This is a "feature" of dynamic scoping when used with call-by-reference.
  30. Don't do that.  :-)
  31.