Jared Hodge wrote:
>
> Are there any plans to implement pipelines in “open”? I just stumbled
> across line 136 of src/jacl/tcl/lang/OpenCmd.java that throws an
> exception saying “pipelines not implemented yet”. Is there some
> concern with using “Runtime.exec()” here as it is in execCmd.java, or
> is it just not used that much?
>
> -Jared
>
It is not used that much, and it is hard because of Java's IO limitations.
Mo DeJong
|