summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-19 11:35:59 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-19 11:35:59 +0000
commit0bc8deefa31f7828c87f194b47cabb1e3bf939bc (patch)
treed58833b830bce85887dd97ccffe2ce5677ab44c6
parent961da5c6084e220ec49ec6fa786a680a877b1bbb (diff)
downloadATCD-0bc8deefa31f7828c87f194b47cabb1e3bf939bc.tar.gz
Thu Aug 19 08:30:49 1999 Michael Kircher <Michael.Kircher@mchp.siemens.de>
-rw-r--r--TAO/docs/releasenotes/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index 95dbf7177f6..add430e4dc4 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -88,6 +88,9 @@ release</a> of <a href="http://www.cs.wustl.edu/~schmidt/TAO.html">TAO</a>:
<a href="#locate">Locate requests</a></li>
<li>
+<a href="#ami">Asynchronous Method Invocation</a></li>
+
+<li>
<a href="TODO.html">Our TODO list</a></li>
</ul>
A complete list of all modifications to TAO is available in the <a href="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/ChangeLog">ChangeLog</a>.
@@ -1282,6 +1285,25 @@ Kircher</a>.
<p>For more information see <a href="../locate_request.html">Locate request</a>
<p>
<hr>
+<h3>
+<a NAME="ami"></a>Asynchronous Method Invocation</h3>
+Points of contact: <a href="mailto:alex@cs.wustl.edu">Alexander Arulanthu</a>
+, <a href="mailto:Michael.Kircher@mchp.siemens.de">Michael Kircher</a> and
+<a href="mailto:coryan@cs.wustl.edu">Carlos O'Ryan</a>
+<p>Status:
+<ul>
+Currently only the callback model of the Messaging Specification is implemented.
+The TAO IDL compiler can generate the stubs and client-side skeletons
+using the -GC switch.
+</ul>
+<p> Future Work:
+<ul>
+<li>Support for exceptions</li>
+<li>Implementation of the poller model.</li>
+<li>Supporting deferred synchronous invocations.</li>
+</ul>
+<p>
+<hr>
<p>Back to the TAO <a href="../index.html">documentation index</a>.<!--#include virtual="/~schmidt/cgi-sig.html" -->
</body>
</html>