From 45f0a499399aa9e8bb41187bbf83d72c11fa4940 Mon Sep 17 00:00:00 2001 From: Niclas Eklund Date: Mon, 15 Feb 2010 14:33:04 +0000 Subject: Added the configuration parameters iiop_out_ports_attempts and iiop_out_ports_random. --- lib/orber/doc/src/ch_install.xml | 23 ++++++++++++++++++++--- lib/orber/doc/src/notes.xml | 7 +++++++ lib/orber/doc/src/orber.xml | 30 +++++++++++++++++++++++++----- 3 files changed, 52 insertions(+), 8 deletions(-) (limited to 'lib/orber/doc/src') diff --git a/lib/orber/doc/src/ch_install.xml b/lib/orber/doc/src/ch_install.xml index ab5885954b..dde4bf4006 100644 --- a/lib/orber/doc/src/ch_install.xml +++ b/lib/orber/doc/src/ch_install.xml @@ -4,7 +4,7 @@
- 19972009 + 19972010 Ericsson AB. All Rights Reserved. @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + Installing Orber @@ -233,6 +233,16 @@ nodeB@hostB> orber:start(). 0 | {integer(),integer()} 0 + + iiop_out_ports_attempts + integer() > 0 + 1 + + + iiop_out_ports_random + true | false + false + iiop_max_fragments integer() > 0 | infinity @@ -506,6 +516,13 @@ nodeB@hostB> orber:start(). If communicating via SSL, make sure you use a version that supports the local {port, Port} option. See also Firewall Configuration. + iiop_out_ports_random + Requires that iiop_out_ports define a port range. If that is the + case Orber will select a port randomly from that sequence. + iiop_out_ports_attempts + Requires that iiop_out_ports define a port range. If so Orber will + accept a number of timeouts, defined by this parameter, when trying to connect + to another ORB. iiop_max_fragments Limits the number of IIOP fragments allowed per request. iiop_max_in_requests diff --git a/lib/orber/doc/src/notes.xml b/lib/orber/doc/src/notes.xml index c7a2dab617..d388cc42a8 100644 --- a/lib/orber/doc/src/notes.xml +++ b/lib/orber/doc/src/notes.xml @@ -38,6 +38,13 @@
Improvements and New Features + +

+ Added the configuration parameters iiop_out_ports_attempts and + iiop_out_ports_random.

+

+ Own Id: OTP-8448 Aux Id: seq11498

+

Removed obsolete SSL dependency.

diff --git a/lib/orber/doc/src/orber.xml b/lib/orber/doc/src/orber.xml index 05036667cc..5e38e4cf9f 100644 --- a/lib/orber/doc/src/orber.xml +++ b/lib/orber/doc/src/orber.xml @@ -4,7 +4,7 @@
- 19972009 + 19972010 Ericsson AB. All Rights Reserved. @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + orber @@ -162,13 +162,33 @@ iiop_out_ports() -> 0 | {Min, Max} - Display the ports Orber may use when connecting to another ORB + Display the ports Orber may use when connecting to another ORB

The return value of this operation is what the configuration parameter iiop_out_ports - have been set to.

+ has been set to.

+
+
+ + + iiop_out_ports_random() -> true | false + Determine if Orber should select local ports randomly + +

Return the value of the configuration parameter + iiop_out_ports_random.

+ + + iiop_out_ports_attempts() -> int() + Display if Orber should accept more than one timeout connecting to another ORB + +

Return the value of the configuration parameter + iiop_out_ports_attempts.

+
+
+ + iiop_ssl_port() -> int() Display the IIOP port number used for secure connections -- cgit v1.2.3