Re: [tcljava-user] Plans to implement tcl pipelines?
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2009-02-02 22:48:55
|
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 |