summaryrefslogtreecommitdiff
path: root/ACE/TAO/DevGuideExamples/Messaging/AMIcallback/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/DevGuideExamples/Messaging/AMIcallback/README')
-rw-r--r--ACE/TAO/DevGuideExamples/Messaging/AMIcallback/README41
1 files changed, 41 insertions, 0 deletions
diff --git a/ACE/TAO/DevGuideExamples/Messaging/AMIcallback/README b/ACE/TAO/DevGuideExamples/Messaging/AMIcallback/README
new file mode 100644
index 00000000000..74eaecb5e42
--- /dev/null
+++ b/ACE/TAO/DevGuideExamples/Messaging/AMIcallback/README
@@ -0,0 +1,41 @@
+// $Id$
+
+CORBA Messaging
+
+
+File: DevGuideExamples/Messaging/AMIcallback/README
+
+
+This directory contains an example illustrating the Asynchronous
+Method Invocation (AMI) feature of TAO. This feature permits
+requests to be made that do not require a client to block while
+waiting for a reply from a server.
+
+This example is based on the Messenger example in GettingStarted
+directory. A message is send by MessengerClient and displayed by
+MessengerServer. The server responds to provide confirmation
+that the message was received. The delay for this exchange of
+messages is then displayed.
+
+
+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