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 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'lib/orber/doc/src/ch_install.xml') 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 -- cgit v1.2.3