Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / TAO / DevGuideExamples / Messaging / AMIcallback / README
blob8744fed3dedb1ab6f464c1851375f18dc3c92065
3 CORBA Messaging
6 File: DevGuideExamples/Messaging/AMIcallback/README
9 This directory contains an example illustrating the Asynchronous
10 Method Invocation (AMI) feature of TAO.  This feature permits
11 requests to be made that do not require a client to block while
12 waiting for a reply from a server.
14 This example is based on the Messenger example in GettingStarted
15 directory.  A message is send by MessengerClient and displayed by
16 MessengerServer.  The server responds to provide confirmation
17 that the message was received.  The delay for this exchange of
18 messages is then displayed.
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