home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / atari / st / tech / 4761 < prev    next >
Encoding:
Text File  |  1992-09-13  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!wupost!cs.utexas.edu!torn!newshost.uwo.ca!uwovax.uwo.ca!7103_2622
  3. From: 7103_2622@uwovax.uwo.ca (Eric Smith)
  4. Subject: Re: Two-way Pipes?? (was: Mint/Pipes question...)
  5. Organization: University of Western Ont, London
  6. Date: Mon, 14 Sep 1992 01:01:51 GMT
  7. Message-ID: <1992Sep13.210151.1@uwovax.uwo.ca>
  8. References: <5438@sersun1.essex.ac.uk>
  9. Sender: news@julian.uwo.ca (USENET News System)
  10. Nntp-Posting-Host: hydra.uwo.ca
  11. Lines: 17
  12.  
  13. In article <5438@sersun1.essex.ac.uk>, woocm@essex.ac.uk (Chris Wood) writes:
  14. >>The server is the one that has to create the pipe. In the server you
  15. >>should have code like:
  16. >>   fd = Fcreate("U:\\PIPE\\SOMENAME",flags);
  17.  
  18. >     Sorry to be ignorant of such matters, but I presume this is a 
  19. > one-way pipe, or do I just set read/write flags to make it two way (I
  20. > may not want a Client-Server model - just to be difficult!)
  21.  
  22. It's a two-way pipe by default. If you set the "read only" bit in flags,
  23. it will be a one way pipe.
  24. --
  25. Eric R. Smith                     email:
  26. Dept. of Mathematics            eric.smith@uwo.ca
  27. University of Western Ontario
  28.  
  29.