README for PolyORB's COS Event Service
---------------------------------------

$Id: //droopi/main/testsuite/corba/cos/event/README#2 $

PolyORB provides a default implementation of the CORBA COS Event
Service. This directory contains tests for this implementation.

1. Generic COS Event test
=========================

test_event tests the functionnalities of generic COS Event Service.

test_event can be started in

- interactive mode, an online help details the various commande

  ./test_event

- batch mode, 

  ./test_event <COSNAMING_IOR> <script_file>

script_file is a text file containing the same commands as in
interactive mode, see online help or supplier.cmd file for more details.

2. Typed Event service
======================

typedtest_event tests the functionnalities of CosTyped Event Service.

typedtest_event can be started in

- interactive mode, an online help details the various commande

  ./typedtest_event

- batch mode, 

  ./typedtest_event <COSNAMING_IOR> <script_file> 

Two scripts are provided for testing:

* typedevent_singleclient.cmd
  Simple case of one pushconsumer and one pull supplier

* typedevent_multipleclient.cmd
  Stress test involving 20 PushSuppliers and 20 PullConsumers

