summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-27 05:35:24 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-27 05:35:24 +0000
commitc61c377b02273d5018d9679f846d47e63b75e28c (patch)
tree02525ae8eac76b26db7ec6f91a7bec52a38555c5
parent6d83420fea671a0cabe2d559e5de6e3ddac33038 (diff)
downloadATCD-c61c377b02273d5018d9679f846d47e63b75e28c.tar.gz
Added explanation for imore.
-rw-r--r--examples/OS/Process/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/OS/Process/README b/examples/OS/Process/README
index b49d51fae87..3c751c506b0 100644
--- a/examples/OS/Process/README
+++ b/examples/OS/Process/README
@@ -1,3 +1,18 @@
+This directory contains two examples: <imore> and <process>. They
+show how you can play with various features of ACE_Process to create
+new processes.
+
+imore:
+-----
+This example shows how to redirect the output of one process (in our
+case, the parent process) to another process (child process.) This is
+very similiar what a UNIX shell does when we "pipe" command together.
+You can select whether you want to use named pipes or a unnamed pipe.
+
+
+process:
+--------
+
This example shows how to use ACE_Process to "portably" create new
processes. The ACE_Process_Options class allows applications to
portably specify path, command-line arguments, environment variable