summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorkircher_m <kircher_m@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-12 12:52:12 +0000
committerkircher_m <kircher_m@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-06-12 12:52:12 +0000
commitbcddcbbcb1c8373da01a4915c7007b9e444de5be (patch)
tree4dee799dce7b207c2d76fc456717e8e7a1bd79e0 /TAO/docs
parentdbe1ad60e79659824e765775e3ef5f688b54c3a3 (diff)
downloadATCD-bcddcbbcb1c8373da01a4915c7007b9e444de5be.tar.gz
ChangeLogEntry: Wed Jun 12 07:42:00 2002 Michael Kircher <Michael.Kircher@siemens.com>
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/ORBEndpoint.html31
1 files changed, 30 insertions, 1 deletions
diff --git a/TAO/docs/ORBEndpoint.html b/TAO/docs/ORBEndpoint.html
index d3054bde82e..149540df6ab 100644
--- a/TAO/docs/ORBEndpoint.html
+++ b/TAO/docs/ORBEndpoint.html
@@ -5,6 +5,7 @@
<html>
<head>
<title>-ORBEndpoint Details</title>
+ <!-- Changed by: , 12-Jun-2002 -->
</head>
<body text = "#000000" link="#000fff" vlink="#ff0f0f" bgcolor="#ffffff">
@@ -17,6 +18,7 @@
<LI><A HREF="#IIOP">IIOP Endpoints</A></LI>
<LI><A HREF="#SHMIOP">SHMIOP Endpoints</A></LI>
<LI><A HREF="#UIOP">UIOP Endpoints</A></LI>
+ <LI><A HREF="#DIOP">DIOP Endpoints</A></LI>
</UL>
<hr>
@@ -474,12 +476,39 @@
<LI><CODE>-ORBEndpoint uiop://1.1@</CODE>
<LI><CODE>-ORBEndpoint uiop://1.1@,1.0@/tmp/foo,1.1@</CODE>
</UL>
+ <hr>
+
+
+ <P>
+ <h2><A NAME="DIOP">DIOP Endpoints</A></h2>
+ TAO's DIOP pluggable protocol utilizes UDP sockets instead TCP
+ sockets (IIOP) as its underlying transport mechanism.
+ <P>
+ <h3>DIOP Endpoint Overview</h3>
+ <P>
+ DIOP endpoints in TAO have the same form as IIOP endpoints, a
+ detailed description is therefore omitted. DIOP has no support
+ for endpoint-specific options.
+ <P>
+ It is recommended to explicitely set port numbers for endpoints,
+ as automatic selection of free endpoints is not supported for
+ UDP sockets. The ORB would try to use the same default port
+ number in every case.
+
+ <h3>DIOP Endpoint Examples</h3>
+ <P>
+ Here are some additional examples of DIOP endoints:
+ <UL>
+ <LI><CODE>-ORBEndpoint diop://1.0@foo1:2345</CODE>
+ <LI><CODE>-ORBEndpoint diop://1.1@:1234</CODE>
+ </UL>
<hr>
+
<address><a href="mailto:ossama@uci.edu">Ossama Othman</a></address>
<!-- Created: Thu May 18 08:37:25 PDT 2000 -->
<!-- hhmts start -->
-Last modified: Mon Feb 12 00:21:48 Central Standard Time 2001
+Last modified: Wed June 11 00:21:48 Central Standard Time 2002
<!-- hhmts end -->
</body>
</html>