summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/AMI_Timeouts/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/AMI_Timeouts/README')
-rw-r--r--ACE/TAO/tests/AMI_Timeouts/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/ACE/TAO/tests/AMI_Timeouts/README b/ACE/TAO/tests/AMI_Timeouts/README
new file mode 100644
index 00000000000..e7759a0d5f7
--- /dev/null
+++ b/ACE/TAO/tests/AMI_Timeouts/README
@@ -0,0 +1,20 @@
+# $Id$
+
+Description:
+This is a simple test for AMI callback model in combination with
+timeouts (relative roundtrip timeout policy).
+
+Note:
+Use TAO_HAS_CORBA_MESSAGING
+and TAO_HAS_AMI_CALLBACK
+to compile TAO. This enables the AMI code in it.
+
+Use -GC on the TAO IDL compiler to generate code for AMI callbacks.
+
+Usage:
+=====
+$ server -o ior
+$ client -k file://ior
+
+
+