Path: utzoo!utgpu!water!watmath!clyde!att!ucbvax!BKNLVMS.BITNET!FERGUSON From: FERGUSON@BKNLVMS.BITNET Newsgroups: comp.sys.apollo Subject: Input/Output redirection and parallelism Message-ID: <8807211624.AA05238@umix.cc.umich.edu> Date: 21 Jul 88 16:09:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 31 We have a Dialog program which provides a user interface to ANSYS. It does it by sending the regular text command line into a mailbox. The reason for this is as follows: If you ran a program like this: $ front-end | package The output of front-end doesn't get sent to the input of the package until the front-end program is done. is there a way on the command line to create one process for each part of the pipe? It would be really keen to be able to 'pipeline' output instead of just piping it. The reason we're having problems now is that ANSYS got updated, and we no longer have source code for their input routines. It should be easy to create a preprocessor with dialog for any third-party package that lacks in its user interface. This pipelining could be just the trick. Thanks to anyone who can help, Scott Ferguson ferguson@bknlvms.bitnet Bucknell University