summaryrefslogtreecommitdiff
path: root/TAO/man/man7/TAO.7
blob: 62439260be55f469f090bf617195bd08c3f67bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
.\" Process this file with
.\" groff -man -Tascii TAO.7
.\"
.\" $Id$
.\"
.TH TAO 7 "April 1999" "CORBA Tools"
.SH NAME
TAO \- The ACE ORB
.SH SYNOPSIS
.B TAO_Application
.B [
.I TAO OPTIONS
.B ]
.SH DESCRIPTION
.B TAO
is a high performance real-time
.SM CORBA
.SM ORB.
All applications that use TAO can take advantage of the environment variables
and command line options described in this manual page.
.SH TAO ENVIRONMENT VARIABLES
.TP
.B NameServiceIOR
Specifies which IOR the TAO Naming Service is listening on.
.TP
.B NameServicePort
Specifies which port the TAO Naming Service is listening on.
.TP
.B TradingServiceIOR
Specifies which IOR the TAO Trading Service is listening on.
.TP
.B TradingServicePort
Specifies which port the Trading Service is listening on.
.TP
.B TAO_ORB_DEBUG
Enables TAO debugging mode.
.SH TAO OPTIONS
The following components can be tuned via options:
.IP
.B CORBA::ORB
.IP
.B TAO_Resource_Factory
.IP
.B TAO_Default_Server_Strategy_Factory
.IP
.B TAO_Default_Client_Strategy_Factory
.TP
.B CORBA::ORB
Typically, CORBA::ORB options are set via command line parameters, while the
rest of the options are set via the service configurator
.B (svc.conf)
file.
.IP
.BI \-ORBsvcconf \ config_file_name
\ \ Specifies the name of the file from which it will read dynamic service
configuration directives ala ACE's Service Configurator.
.IP
.BI \-ORBsvcconfdirective \ directivestring
\ \ Specifies a service configuration directive, which is passed to ACE's
Service Configurator.
.IP
.B \-ORBdaemon
\ \ Specifies that the ORB should daemonize itself.
.IP
.BI \-ORBdebug
\ \ Turns on the output of debugging messages within ACE's Service
Configurator componentry.
.IP
.BI \-ORBdebuglevel \ level
\ \ Control the level of debugging in the ORB. Higher number produce more
output (try 10).
.IP
.BI \-ORBhost \ hostname
\ \  Tells the Object Adapter to listen for requests on the interface associated with the host named
.I hostname.
.IP
.BI \-ORBport \ portspec
\ \ Tells the Object Adapter to listen for requests on the port specified by
.IR portspec ,
which can be a name as found in
.B /etc/services
or a number. The default is 10013.
.IP
.BI \-ORBobjrefstyle \ IOR | URL
\ \ Specifies the user-visible style of object references.
.B IOR 
is the traditional nonsensical object reference.
.B URL
makes the object reference look more like a URL.
.IP
.BI \-ORBtablesize \ object_table_size
\ \ Specifies the size of the object table as a positive, non-zero integer. If
not specified, the default is 64.
.IP
.BI \-ORBrcvsock \ receive_qabuffer_size
\ \ Specify the size of the socket receive buffer as a positive, non-zero
integer. If not specified, the system-dependent default is used.
.IP
.BI \-ORBsndsock \ send_buffer_size
\ \ Specify the size of the socket send buffer as a positive, non-zero
integer. If not specified, the system-dependent default is used.
.IP
.BI \-ORBnameserviceport \ portspec
\ \ Specifies which port the Naming Service is listening on.
.IP
.BI \-ORBnameserviceior \ IOR
\ \ Specifies the
.I IOR
for the Naming Service.
.IP
.BI \-ORBtradingserviceior \ IOR
\ \ Specifies the
.I IOR
for the Trading Service.
.IP
.BI \-ORBtradingserviceport \ portspec
\ \ Specifies which port the Trading Service is listening on.
.IP
.BI \-ORBcollocation \ yes | no
\ \ Specifies the use of collocation object optimization. Default is
.IR yes .
.IP
.BI \-ORBpreconnect \ host:port
.BR [,
.I host:port
.RB ... ]
\ \ Pre-establishes a blocking connection to each listed host:port combination.
If a connection cannot be established, a warning is announced and it continues
with the next listed. Listing the same combination multiple times will properly
establish multiple connections to that endpoint.
.IP
.BI \-ORBcdrtradeoff \ maxsize
\ \ Control the strategy to tradeoff between copy vs no copy marshalling of
octet sequences. If an octet sequence is smaller than maxsize and the current
message block contains enough space for it the octet sequence is copied instead
of appended to the CDR stream.
.IP
.B \-ORBgioplite
\ \ Enable a lightweight version of the GIOP protocol. This protocol removes
some of the fields in the GIOP and the Request header. It only works on
homogenous environments.
.IP
.BI \-ORBdotteddecimaladdresses \ boolean
(0/1)   Use the dotted decimal notation for addresses.
.IP
.BI \-ORBInitRef\  ObjectId=IOR
\ \ Allows specification of an arbitrary object reference for an initial
service. The IOR could be in the one of the following formats:
.BR OMG\ IOR , \ URL \ or \ iioploc
form.
.B iioploc
is a multiple end-point IORs understood by
.B string_to_object\ ()
and used as a boot-strapping mechanism by
.BR resolve_initial_references\ () .
The mappings specified through this argument override the
.B orb-install-time
defaults.
.IP
.BI \-ORBDefaultInitRef \ IOR_prefix
\ \ This argument allows resolution of initial references not explicitly
specified with -ORBInitRef. It requires a URL prefix that, after appending a
slash
.B '/'
and a simple object key, forms a new URL to identify an initial object
reference. The URL prefix format currently supported is iioploc.
.TP
.B TAO_Resource_Factory
.IP
.BI \-ORBresources \ global | tss
\ \ Specify whether each thread uses a global or a thread\-specific (
.I tss
) instance for the resources it returns.
.IP
.BI \-ORBpoa \ global | tss
\ \ Specify whether each thread uses a global or a thread\-specific (
.I tss
) instance for the Root POA.
.IP
.BI \-ORBreactorlock \ token | null
\ \ Specify whether the ORB reactor is thread\-safe (
.I token
) or not (
.I null
). Default is
.IR token .
.IP
.BI \-ORBcoltable \ global | orb
\ \ Specify whether each ORB uses a global or a per\-ORB (
.I orb
) collocation table.
.IP
.BI \-ORBinputcdrallocator \ global | tss
\ \ Specify whether the ORB uses a global or a per\-thread (
.I tss
) allocator for the incoming CDR buffers. Though
.I tss
should give the optimal performance; we made the default
.IR global .
TAO optimizations for octet sequences will not work when returning that data
type if the allocator is
.IR tss .
Using a
.I global
allocator also allows the users to take advantage of the TAO octet sequence
extensions to preserve the buffer after the upcall.
.TP
.B TAO_Default_Server_Strategy_Factory
.IP
.IR Note :
.B \-ORBdemuxstrategy
flag has been changed to
.B \-ORBsystemidpolicydemuxstrategy
and
.BR \-ORBuseridpolicydemuxstrategy .
.IP
.IR Note :
.B \-ORBtablesize
flag has been changed to
.BR \-ORBactiveobjectmapsize .
.IP
.BI \-ORBconcurrency \ reactive | thread\-per\-connection 
\ \ Specify which concurrency strategy to use. Range of values is
.I reactive
for
a purely Reactor\-driven concurrency strategy or
.I thread\-per\-connection
for creating a new thread to service each connection.
.IP
.BI \-ORBactiveobjectmapsize \ active_object_map_size
\ \ Specify the size of the active object map. If not specified, the default
value is 64.
.IP
.BI \-ORBuseridpolicydemuxstrategy \ dynamic | linear
\ \ Specify the demultiplexing lookup strategy to be used with the user ID
policy.  This option defaults to use the
.I dynamic
strategy.
.IP
.BI \-ORBsystemidpolicydemuxstrategy \ dynamic | linear | active
\ \ Specify the demultiplexing lookup strategy to be used with the system ID
policy.  This option defaults to use the
.I active
strategy. 
.IP
.BI \-ORBuniqueidpolicyreversedemuxstrategy \ dynamic | linear
\ \ Specify the reverse demultiplexing lookup strategy to be used with the
unique ID policy.  This option defaults to use the
.I dynamic
strategy. 
.IP
.BI \-ORBallowreactivationofsystemids \ 0 | 1
\ \ Specify whether system ids can be reactivated, i.e., once an id that was
generated by the system has be deactivated, will the user reactivate a new
servant using the old ID. If the user is not going to use this feature, the
IORs can be shortened, an extra comparison in the critical upcall path removed,
and some memory on the server side can be saved.  This option defaults to
.IR 1 .
.IP
.BI \-ORBactivehintinids \ 0 | 1
\ \ Specify whether an active hint should be added to IDs. With active hints,
IDs can be found quickly. However, they lead to larger IORs. Note that this
option is disregarded if
.B \-ORBallowreactivationofsystemids
is set to
.IR 0 .
The
.B \-ORBactivehintinids
option can be
.IR 0 \ or \ 1 .
This option defaults to
.IR 1 .
.IP
.BI \-ORBpoamapsize \ poa_map_size
\ \ Specify the size of the POA map. If not specified, the default value is 24.
.IP
.BI \-ORBpersiententidpolicydemuxstrategy \ dynamic | linear
\ \ Specify the demultiplexing lookup strategy to be used with the persistent
ID policy.  This option defaults to use the
.I dynamic
strategy.
.IP
.BI \-ORBtransientidpolicydemuxstrategy \ dynamic | linear | active
\ \ Specify the demultiplexing lookup strategy to be used with the transient ID
policy.  This option defaults to use the
.I active
strategy. 
.IP
.BI \-ORBactivehintinpoanames \ 0 | 1
\ \ Specify whether an active hint should be added to POA names. With active
hints, POA names can be found quickly. However, they lead to larger IORs.  This
option defaults to
.IR 1 .
.IP
.BI \ -ORBthreadflags \ thread_flags
\ \ Specify the flags used for thread creation. Flags can be any logical\-OR
combination of
.BR THR_DETACHED ,
.BR THR_BOUND ,
.B THR_NEW_LWP
and
.BR THR_SUSPENDED .
.IP
.BI \-ORBpoalock \ thread | null
\ \ Specify the type of lock to be used for POA accesses.
.I thread
specifies that an inter\-thread mutex is used to guarantee exclusive
access and
.I null
specifies that no locking be performed. The default is
.IR thread .
.IP
.BI \-ORBcoltbllock \ thread | null
\ \ Specify the type of lock to be used for the global collocation table.
.I thread
specifies that an inter\-thread mutex is used to guarantee exclusive access
and
.I null
specifies that no locking be performed. The default is
.IR thread .
.IP
.BI \-ORBconnectorlock \ thread | null
\ \ Specify the type of lock to be used by the connector.
.I thread
specifies that an inter\-thread mutex is used to guarantee exclusive access
and
.I null
specifies that no locking be performed. The default is
.IR thread .
.TP
.B TAO_Default_Client_Strategy_Factory
.IP
.BI \-ORBiiopprofilelock \ thread | null
\ \ Specify, whether to use a lock for accessing the IIOP Profile or not.
Default is
.IR thread ,
which means that a lock is used. The second option is
.IR null ,
which means a
.B null
lock is used. This makes sense in case of optimizations and is allowed when no
forwarding is used or only a single\-threaded client.
.IP
.BI \-ORBclientconnectionhandler \ MT | ST | RW
.IP
.I MT
means use the multi\-threaded client connection handler which uses the leader
follower model. This model allows the use of multiple threads with a single
Reactor.
.IP
.I ST
means use the single\-threaded client connection handler, i.e., the leader
follower model will not be used. However,
.I ST
does support nested upcalls and handling of new requests while waiting for the
reply from a server. 
.IP
.I RW
selects a strategy that simply blocks in
.B recv()
when waiting for a response from the server instead of waiting in the Reactor.
The
.I RW
strategy only works when the application does not have to worry about new
request showing up when waiting for a response. Therefore, this strategy is
appropriate only for "pure" clients. Note that applications with nested upcalls
are not "pure" clients.  Also note that this strategy will only effect two way
calls, since there is no waiting for one way calls. This strategy can also be
used in an application that is both a client and a server if the server side is
handled by a separate thread and the client threads are "pure" clients.
.IP
Default for this option is
.IR MT .
.SH AUTHORS
Center for Distributed Object Computing <http://www.cs.wustl.edu/~schmidt/doc-center.html>
.SH "SEE ALSO"
.BR TAO_Concurrency_Service (1),
.BR TAO_CosEvent_Service (1),
.BR TAO_Event_Service (1),
.BR TAO_ImplRepo_Service (1),
.BR TAO_LifeCycle_Service (1),
.BR TAO_Logging_Service (1),
.BR TAO_Naming_Service (1),
.BR TAO_Scheduling_Service (1),
.BR TAO_Time_Service (1),
.BR TAO_Trading_Service (1)