Re: How to communicate with BSD pipes?
Re: How to communicate with BSD pipes?
- Subject: Re: How to communicate with BSD pipes?
- From: David Remahl <email@hidden>
- Date: Tue, 27 Nov 2001 22:28:15 +0100
Combine what you read in NSPipe with what you will read in the NSTask
documentation.
/ david
>
Hello all,
>
I'd like to say thanks to everyone who helped me out on my previous
>
questions. Now I have another question.
>
>
In documentation "Interprocess Communication"
>
(http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/InverEnv
>
ironissues/
>
Interproces_mmunication.html), it says BSD pipes can be used as a
>
unnamed pipes as well as a named pipes. But in documentation for NSPipe,
>
it seems it can only be used as a unnamed pipe for receive data from
>
parent process. Is there any documentation for how to communicate with
>
BSD pipes or other kind of resource for this topic?
>
>
Thanks very much for any help!
>
>
Fei