diff options
author | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-04 11:44:28 +0000 |
---|---|---|
committer | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-04 11:44:28 +0000 |
commit | 4e71953cc4cf3ed2ab3a4143ce55bc53ff81f214 (patch) | |
tree | 211b716bd1a18bc81f58bbe27dfb8db9ab2ddeed /TAO/tests/AMI_Timeouts/README | |
parent | 4715e902c383944d3966f29bd500933fa21c2d42 (diff) | |
download | ATCD-4e71953cc4cf3ed2ab3a4143ce55bc53ff81f214.tar.gz |
ChangeLogTag: Sun Feb 4 5:45:00 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'TAO/tests/AMI_Timeouts/README')
-rw-r--r-- | TAO/tests/AMI_Timeouts/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tests/AMI_Timeouts/README b/TAO/tests/AMI_Timeouts/README new file mode 100644 index 00000000000..c17bfebcfac --- /dev/null +++ b/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 + +This is a server and a client in the same process space, but using +the local loop-back interface instead of collocation. + |