summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-02 22:34:41 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-02 22:34:41 +0000
commitc119b0fbd0349f3a557bb9e4330233cf58557331 (patch)
treee98de79f01005e983f36f6d0b004da9f94206c1b
parentdede7aefed0ba12b66823a7d25002ed8b8ccee5e (diff)
downloadATCD-c119b0fbd0349f3a557bb9e4330233cf58557331.tar.gz
Updated docs and put in a TODO list
-rw-r--r--TAO/docs/implrepo/TODO.txt4
-rw-r--r--TAO/docs/implrepo/index.html52
-rw-r--r--TAO/docs/implrepo/status.html62
3 files changed, 63 insertions, 55 deletions
diff --git a/TAO/docs/implrepo/TODO.txt b/TAO/docs/implrepo/TODO.txt
new file mode 100644
index 00000000000..24f81104e19
--- /dev/null
+++ b/TAO/docs/implrepo/TODO.txt
@@ -0,0 +1,4 @@
+-Check code for memory allocations and make sure that the NO_MEMORY exception
+ is thrown if it fails.
+
+-Implement Multicast code in ImplRepo_Service \ No newline at end of file
diff --git a/TAO/docs/implrepo/index.html b/TAO/docs/implrepo/index.html
index 03def3ac7e2..525c24408d8 100644
--- a/TAO/docs/implrepo/index.html
+++ b/TAO/docs/implrepo/index.html
@@ -24,32 +24,42 @@ Our work has been largely based on an excellent paper by <a
href="http://www.triodia.com/staff/michi-henning.html">Michi
Henning</a>, <a
href="http://www.triodia.com/staff/michi/cacm.pdf">Binding,
-Migration, and Scalability in CORBA</a>. </p>
+Migration, and Scalability in CORBA</a>, but now I'm working
+towards an implementation that is based off the Implementation
+Repository Chapter of <a
+href="http://cseng.awl.com/bookdetail.qry?ISBN=0-201-37927-9&amp;ptype=0">Advanced
+CORBA Programming in C++</a> (which is based off of his paper).</p>
<hr>
<h3>Other IR Documents</h3>
-<DL>
-<DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
-<a href="status.html">Status Page</a> - This page details a
-checklist of short-term and long-term goals for the development
-of the IR. <P>
-
-<DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
-<a href="usersguide.html">Users Guide</a> - Overall documentation on
- how to use the IR in your programs. <P>
-
-<DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
-<a href="paper.html">The Paper</a> - A paper that has a
-general description of the IR. This is also where to look to
-find information on the inner working of the IR. <P>
-
-<DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
-<a href="http://tao.cs.wustl.edu/~brunsch/implrepo.html">Discussion
-Page</a> - Notes that I've made while working on the
-IR.
-</DL>
+<dl>
+ <dt><img
+ src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"
+ alt="o" width="14" height="14"> <a href="status.html">Status
+ Page</a> - This page details a checklist of short-term
+ and long-term goals for the development of the IR. </dt>
+ <dd>&nbsp;</dd>
+ <dt><img
+ src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"
+ alt="o" width="14" height="14"> <a href="usersguide.html">Users
+ Guide</a> - Overall documentation on how to use the IR in
+ your programs. </dt>
+ <dd>&nbsp;</dd>
+ <dt><img
+ src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"
+ alt="o" width="14" height="14"> <a href="paper.html">The
+ Paper</a> - A paper that has a general description of the
+ IR. This is also where to look to find information on the
+ inner working of the IR. </dt>
+ <dd>&nbsp;</dd>
+ <dt><img
+ src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"
+ alt="o" width="14" height="14"> <a
+ href="http://tao.cs.wustl.edu/~brunsch/implrepo.html">Discussion
+ Page</a> - Notes that I've made while working on the IR. </dt>
+</dl>
<hr>
diff --git a/TAO/docs/implrepo/status.html b/TAO/docs/implrepo/status.html
index 1397e8c1a89..038ce7febb1 100644
--- a/TAO/docs/implrepo/status.html
+++ b/TAO/docs/implrepo/status.html
@@ -1,10 +1,11 @@
<html>
-<!-- $Id$ -->
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
+<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Implementation Repository Status</title>
+<!-- $Id$ -->
</head>
<body bgcolor="#FFFFFF" text="#000000">
@@ -13,50 +14,43 @@
<h3>Implementation Repository Status</h3>
-<p>Point of contact: <a href="mailto:brunsch@cs.wustl.edu">Darrell Brunsch</a> </p>
+<p>Point of contact: <a href="mailto:brunsch@cs.wustl.edu">Darrell
+Brunsch</a> </p>
<p>Here is a brief list of my goals (and the dates completed).</p>
-<p>Immediate goals:
-
-<ul>
- <li>[7/17] Create the base test client and server programs</li>
- <li>[7/23] Add an IR that forwards server requests</li>
- <li>[7/23] Persistence</li>
- <li>[8/10] Have the server register its IOR with the IR</li>
- <li>[8/14] Have the server exit after every call, so it is restarted each time</li>
- <li>[9/10] Make the IR forward any request</li>
- <li>[9/10] Add the ping object to the server</li>
- <li>[9/10] Add in shutdown calls to test ping objects</li>
- <li>[9/15] Implement the full IDL Interface for the IR</li>
- <li>Add more Documentation</li>
- <li>Fix a problem</li>
- <li>Add another test server</li>
-</ul>
-
-<p>Longer term goals:
+<p>Finished goals: </p>
<ul>
- <li>Change IOR format</li>
- <li>Add in support for virtual server names</li>
- <li>Integration with POA and ORB</li>
+ <li>Create the base test client and server programs</li>
+ <li>Add an IR that forwards server requests</li>
+ <li>Have the server register its IOR with the IR</li>
+ <li>Have the server exit after every call, so it is restarted
+ each time</li>
+ <li>Make the IR forward any request</li>
+ <li>Add the ping object to the server</li>
+ <li>Add in shutdown calls to test ping objects</li>
+ <li>Implement the full IDL Interface for the IR</li>
+ <li>Add more Documentation</li>
+ <li>Add another test server</li>
</ul>
-<p>Other goals:
+<p>Pending goals:</p>
<ul>
- <li>Multiple Profiles</li>
- <li>POA extension</li>
+ <li>Persistence</li>
+ <li>Implement tao_ir, a command line application</li>
+ <li>Add kill functionality</li>
+ <li>Integration with POA and ORB</li>
</ul>
-<p>Future Goals (might or might not happen):
+<p>FutureGoals (might or might not happen): </p>
<ul>
- <li>TAO client-side optimization with restarted servers</li>
- <li>Server security (checksums)</li>
- <li>Helper Application</li>
- <li>Federation of IRs</li>
- <li>DLLs</li>
+ <li>TAO client-side optimization with restarted servers</li>
+ <li>Server security (checksums)</li>
+ <li>Federation of IRs</li>
+ <li>DLLs</li>
</ul>
<hr>