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.
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: