summaryrefslogtreecommitdiff
path: root/TAO/docs/orbsvcs.html
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-24 04:37:13 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-24 04:37:13 +0000
commit4657c857c159253cfcd2c8221e965d42ab4944a8 (patch)
tree4741885d516ef4c13ab8aea1f8367b47e2d9ccd0 /TAO/docs/orbsvcs.html
parentca8b1046b9390c83f17b628a5d57312b4a1b7da4 (diff)
downloadATCD-4657c857c159253cfcd2c8221e965d42ab4944a8.tar.gz
Added information about the Implementation Repository.
Diffstat (limited to 'TAO/docs/orbsvcs.html')
-rw-r--r--TAO/docs/orbsvcs.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/docs/orbsvcs.html b/TAO/docs/orbsvcs.html
index 14e3c1daaec..12e0a8a990f 100644
--- a/TAO/docs/orbsvcs.html
+++ b/TAO/docs/orbsvcs.html
@@ -112,11 +112,19 @@ bgcolor="#ffffff">
<LI>Scheduling_Service</LI>
<LI>Trading_Service</LI>
<LI>Time_Service</LI>
+ <LI>ImplRepo_Service *(see below)*</LI>
</UL>
<P>In the future we plan to use a single binary and ACE Service
Configurator and keep a single binary.</P>
+ <P>The Implementation Repository is a unique service in that it
+ starts server executables, and it doesn't make sense to collocate
+ it in another server. Because of this, only the IDL files are
+ located in <CODE>$TAO_ROOT/orbsvcs/orbsvcs</CODE>. The other
+ files are all located in
+ <CODE>$TAO_ROOT/orbsvcs/ImplRepo_Service</code>.</P>
+
<P>Finally the tests and example programs are located in
<CODE>$TAO_ROOT/orbsvcs/tests</CODE>;
once more each may involves more than a single binary,
@@ -196,6 +204,11 @@ bgcolor="#ffffff">
it also uses the Scheduling and Naming services.</TD></TR>
<TR>
+ <TD><CODE>ImplRepo</CODE></TD>
+ <TD>Tests used to test the functionality of the
+ Implementation Repository Service.</TD></TR>
+
+ <TR>
<TD><CODE>Logger</CODE></TD>
<TD>An example logging service using the Naming Service to
locate a factory.</TD></TR>