summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/Messaging/RelativeRoundtripTimeout/README
blob: 54d65cc2bf45c8706af33723a549541b9aecfaa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42


CORBA Messaging


File: DevGuideExamples/Messaging/RelativeRoundtripTimeout/README


This directory contains an example illustrating the relative
round trip timeout policy defined in CORBA Messaging.

At each request invocation on the server, the client checks
against a user-specified timout value. If the time spent since
the start of the request exceeds the timeout value, a CORBA::TIMEOUT
exception is raised.

This example is based on the Messenger example in GettingStarted
directory.


How to Run
----------

To start the server:
------------------
./MessengerServer


To start the client:
------------------
./MessengerClient



Exeuction via Perl Script
-------------------------

A Perl script has been created to automate the steps shown
above.  This script can be run via the following command:

./run_test.pl