summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2006-03-29 03:40:45 +0000
committerbala <balanatarajan@users.noreply.github.com>2006-03-29 03:40:45 +0000
commit536e2cc9e954ee0a885f32a4ecb6c21c8ef12587 (patch)
tree8adc4fe6a200bdbd7b7a1e15b619cfbff15a19ff /TAO/docs
parent2d81cf7b0104bbce9b1238dbe5be295326ff5cbf (diff)
downloadATCD-536e2cc9e954ee0a885f32a4ecb6c21c8ef12587.tar.gz
ChangeLogTag:Wed Mar 29 03:42:55 UTC 2006 Balachandran Natarajan <bala_natarajan at symantec dot com>
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/Options.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index 171cd262be2..348ff6de5e3 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -1408,6 +1408,32 @@ I'm not sure what the affect of AMI on this option is.
<p>Default for this option is <em>MT</em>. </p>
</td>
</tr>
+
+ <tr>
+ <td><code>-ORBConnectionHandlerCleanup</code> <em>0 | 1</em><br>
+ </td>
+ <td><a name="-ORBConnectionHandlerCleanup"></a>Setting this
+ option to <em>1</em> lets the ORB know that connection
+ handlers setup for sending messages need to be cleaned up
+ when errors occur. This option has an effect only for
+ <em> -ORBClientConnectionHandler RW </em>. Rest of the
+ options for <em> -ORBCleintConnectionHandler </em> have been
+ automatically set up for cleaning the connection
+ handlers. Setting the option to <em> 1 </em> has a side
+ effect of registering and unregistering the connection
+ handlers with the Reactor for every invocation, which has a
+ negative impact on performance. Setting the option to <em> 0
+ </em> prevents this performance impact but leads to problems
+ outlined
+ <A
+ href="http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=2186">
+ here</A> and <a
+ href="http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=2224">
+ here</A>
+ <p>Default for this option is <em>0</em>. </p>
+ </td>
+ </tr>
+
<tr>
<td><code>-ORBTransportMuxStrategy</code> <em>EXCLUSIVE | MUXED</em></td>
<td><a name="ORBTransportMuxStrategy"></a><em>EXCLUSIVE</em>