extended pipelining ------------------- 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 could render many problems to a simple tasks of creating modules. ep is mostly used for creating a communication tree between several programs which communicate trhough STDIN, STDOUT and STDERR pipelines. ep supports cyclic pipelining (A -> B, B -> A) between processes thus standing for a powerful tool for creating script-based modular projects. Developed by Ondrej Jombik and Lubomir Host Copyright (c) 2000-2003 Platon SDG, http://www.platon.sk/ The official ep homepage is: http://www.platon.sk/projects/ep/ The ep project management page is: http://www.platon.sk/projects/main_page.php?project_id=X (not estabilished yet!) This document was written by Ondrej Jombik in 20th April 2003.