Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / DevGuideExamples / Messaging / RelativeRoundtripTimeout / README
blob54d65cc2bf45c8706af33723a549541b9aecfaa3
3 CORBA Messaging
6 File: DevGuideExamples/Messaging/RelativeRoundtripTimeout/README
9 This directory contains an example illustrating the relative
10 round trip timeout policy defined in CORBA Messaging.
12 At each request invocation on the server, the client checks
13 against a user-specified timout value. If the time spent since
14 the start of the request exceeds the timeout value, a CORBA::TIMEOUT
15 exception is raised.
17 This example is based on the Messenger example in GettingStarted
18 directory.
21 How to Run
22 ----------
24 To start the server:
25 ------------------
26 ./MessengerServer
29 To start the client:
30 ------------------
31 ./MessengerClient
35 Exeuction via Perl Script
36 -------------------------
38 A Perl script has been created to automate the steps shown
39 above.  This script can be run via the following command:
41 ./run_test.pl