Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024

Diff for ep/README between version 1.3 and 1.4

version 1.3, 2003/04/20 13:02:11 version 1.4, 2003/06/19 11:21:39
Line 1 
Line 1 
 extended pipelining  ep: extended pipelining
 -------------------  -----------------------
   
   ep is an easy-to-use pipeline process (re)director. It has the main
   ability to run any number of subprocesses and redirect them basic
   filedescriptors. Basic filedescriptors are 0 (standart input),
   1 (standart output) and 2 (standart errput). There is no restriction
   of pipe connection except that process outputs (output, errput) must
   be bound with one or more processes input.
   
 ep is a pipeline connector. For most of UNIX user there was a time  ep is a pipeline connector. For most of UNIX user there was a time
 they wanted to bend the pipe (ie. make a bidirectional pipe) which  they wanted to bend the pipe (ie. make a bidirectional pipe) which
 could render many problems to a simple tasks of creating modules.  could render many problems to a simple tasks of creating modules.
   Application is mostly used for creating a communication tree between
 ep is mostly used for creating a communication tree between several  several programs which communicate trhough STDIN, STDOUT and STDERR
 programs which communicate trhough STDIN, STDOUT and STDERR pipelines.  pipelines. ep supports cyclic pipelining (A -> B, B -> A) between
 ep supports cyclic pipelining (A -> B,  B -> A) between processes thus  processes thus standing for a powerful tool for creating script-based
 standing for a powerful tool for creating script-based modular  modular projects.
 projects.  
   
 Developed by Ondrej Jombik and Lubomir Host  Developed by Ondrej Jombik and Lubomir Host
 Copyright (c) 2000-2003 Platon SDG, http://www.platon.sk/  Copyright (c) 2000-2003 Platon SDG, http://www.platon.sk/
Line 21  The ep project management page is:
Line 27  The ep project management page is:
 http://www.platon.sk/projects/main_page.php?project_id=X  http://www.platon.sk/projects/main_page.php?project_id=X
 (not estabilished yet!)  (not estabilished yet!)
   
 This document was written by Ondrej Jombik in 20th April 2003.  This document was written by Ondrej Jombik in 20th April 2003
   and updated in 19th Juny 2003.
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top