summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/Simple/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/Simple/README')
-rw-r--r--TAO/orbsvcs/examples/RtEC/Simple/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Simple/README b/TAO/orbsvcs/examples/RtEC/Simple/README
new file mode 100644
index 00000000000..96dae4b1cca
--- /dev/null
+++ b/TAO/orbsvcs/examples/RtEC/Simple/README
@@ -0,0 +1,15 @@
+# $Id$
+
+ This directory contains possibly the most simple example of
+the real-time event service. It contains three executables; a
+consumer, supplier and a program to create the event channel itself.
+
+ Run using the run_test.pl script or:
+
+$ ../../../Naming_Service/Naming_Service
+$ ./Service
+$ ./Consumer
+$ ./Supplier
+
+ more advanced tests are available in
+$TAO_ROOT/orbsvcs/tests/Event and $TAO_ROOT/orbsvcs/tests/EC_*