How to communicate with BSD pipes?
How to communicate with BSD pipes?
- Subject: How to communicate with BSD pipes?
- From: email@hidden
- Date: Tue, 27 Nov 2001 13:59:31 -0700
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/InverEnvironissues/
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