diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-29 23:53:32 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-29 23:53:32 +0000 |
commit | 3525486101cb2093f3832e7fb64df024f13d1773 (patch) | |
tree | 0406cc315f05133e5471ad65477a95dd47d38a51 /TAO/docs/Options.html | |
parent | ca2bd88c5121fd61b98b8207ba0ebe7dddeb0aeb (diff) | |
download | ATCD-3525486101cb2093f3832e7fb64df024f13d1773.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/docs/Options.html')
-rw-r--r-- | TAO/docs/Options.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html index e341ef30f7f..57efeb88fff 100644 --- a/TAO/docs/Options.html +++ b/TAO/docs/Options.html @@ -100,6 +100,9 @@ If not specified, the system-dependent default is used.</TD></TR> <TD><CODE>-ORBnameserviceior</CODE> <EM>ior</EM></TD> <TD>Specifies the IOR for the Naming Service.</TD></TR> <TR> +<TD><CODE>-ORBcollocation</CODE> <EM>yes/no</EM></TD> +<TD>Specifies the use of collocation object optimization. Default if yes.</TD></TR> +<TR> <TD><CODE>-ORBpreconnect</CODE> <EM>host</EM><STRONG>:</STRONG><EM>port</em>[<STRONG>,</STRONG><EM>host</EM><STRONG>:</STRONG><EM>port</em>...]</TD> <TD><A name="-ORBpreconnect"></a>Pre-establishes a blocking connection to each listed <em>host</em>:<em>port</em> combination. If a connection cannot @@ -134,12 +137,12 @@ properly establish multiple connections to that endpoint.</TD></TR> <TH WIDTH="57%">Description</TH></TR> <TR> <TD HEIGHT="43"><CODE>-ORBresources</CODE> <EM>which</EM></TD> -<TD>Specify whether each thread uses a global +<TD>Specify whether each thread uses a global (<em>which</em> = <code>global</code>) or a thread-specific (<em>which</em> = <code>tss</code>) instance for the resources it returns.</TD></TR> <TR> <TD HEIGHT="43"><CODE>-ORBpoa</CODE> <EM>which</EM></TD> -<TD><a name="-ORBpoa"></a>Specify whether each thread uses a global +<TD><a name="-ORBpoa"></a>Specify whether each thread uses a global (<em>which</em> = <code>global</code>) or a thread-specific (<em>which</em> = <code>tss</code>) instance for the Root POA.</TD></TR> </TABLE> |