I didn't think that section applied to my case, since I have two processes,
each reading/writing to a different pipe.

I've also tried to use IOBuffer() and IOStream(), but without any success.

Thanks,

-- mb

On Mon, Dec 7, 2015 at 8:34 AM, James Gilbert <[email protected]> wrote:

> I think the answer to your problem might be in the "Avoiding Deadlock in
> Pipelines" section in the "Running External Programs" page:
>
>
> http://docs.julialang.org/en/release-0.4/manual/running-external-programs/#avoiding-deadlock-in-pipelines
>
> I've been experimenting to try to get something to work without success.
> The *writeall()* function used in that section of the documentation
> doesn't exist.
>
> I was hoping to be able to use *IOBuffer()* or *IOStream() *variables to
> provide input and capture output and stderr for external programs.
>

Reply via email to