Hi there,<br><br>I&#39;m trying to read from a named pipe.&nbsp; I&#39;m on Linux (Ubuntu 8.04).<br><ul><li>I created the pipe using mkfifo</li><li>I can write to it, and when I cat the pipe within another terminal I see the output.</li>
<li>I&#39;ve tried using various combinations of FileStream, OSProcess-ExternalPipe and OSProcess-AsyncFileReadStream.&nbsp; <br></li><ul><li>For example,&nbsp;I used this code:&nbsp; pipe := OSPipe new. file := FileStream fileNamed: &#39;/my/named/pipe&#39;. pipe reader: file. foo := pipe upToEndOfFile. It just hangs when I do this.</li>
</ul></ul>Any suggestions?<br><br>Chris<br>