bi-directional pipe

2002-06-05 Thread Alan John Drew
I have a program which I want to have a bi-directional pipe to (i.e both write and read). I am unable to tee it to a file and then read the file, so reluctantly started to investigate the IPC modules. I have a snippet of code here, which again works (sort of), just not in the way that I need

Re: bi-directional pipe

2002-06-05 Thread Peter Scott
At 05:14 PM 6/5/02 +0100, Alan John Drew wrote: >I have a program which I want to have a bi-directional pipe to (i.e both >write and read). I am unable to tee it to a file and then read the file, >so reluctantly started to investigate the IPC modules. I have a snippet of >code