summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/examples/RtEC/Simple/README
blob: 96dae4b1cca04e928830f58311770da9cbf3f7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_*