CORBA 2.3.7 Programmer's Guide for Java
Default is true.
fs_client {true | false}
Default is true.
tcp_client {true | false}
Default is true.
profile@ORB Miscellaneous Settings
These settings are all optional. They apply only to the application using the profile. You can set the defaults for
these values by using the Console, or by editing the default@ORB entity using the cfgmgt tool.
log_file {EMS-process-name | STDCOLL | STDOUT | STDERR | oss-file-name}
Default is STDCOLL.
trace_file {file-name | STDOUT | STDERR}
Default is STDOUT.
max_threads number
The maximum number of servant threads available in a process. Default is 4097. The effective maximum
number of threads in a server depends on the size of each thread's stack and the number of NSK threads
available in a CPU.
nsdom_ir file-name
Default is $NSD_ROOT/etc/nsdom.ir.
keep_alive {true | false}
Controls whether the TCP/IP keep-alive mechanism is enabled. Default is true. If enabled, TCP will
periodically ping the other end of a connection to determine if the connection is still valid, which will detect if
the other end has gone away, even if no data is being transferred. This variable is useful when one side is
waiting for data (the next request for a server, or a reply for a client) and the other side fails.
Prev Up Next
Chapter 1. Introduction to NonStop
CORBA Programming
Home
Chapter 3. Compiling and Building an
Application