# README,v 1.1 1999/07/03 02:14:21 coryan Exp

	This directory containts 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:

$ ./Service -o ec.ior
$ ./Consumer file://ec.ior
$ ./Supplier file://ec.ior

	more advanced tests are available in
$TAO_ROOT/orbsvcs/tests/Event and $TAO_ROOT/orbsvcs/EC_*
