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