User guide

Option
Default Description
Exception.
A value of minus one (-1) means wait
indefinitely.
log or logfile <file_specification> console Specifies the file specification of the
log file for this server.
If trace is enabled the trace messages
will be written to this file instead of the
console.
By default trace messages will be
written to the console.
maxclients
<maximum_number_of_clients>
-1 Specifies the maximum number of
concurrent clients this server instance
may handle.
A value of minus one (-1) means allow
an unlimited number of clients.
maxFreeExecutors
<maximum_number_of_free_executors>
0 Specifies the maximum number of free
( unused ) executor processes that may
be maintained while the server is
running.
This feature is only applicable to
Multi-process servers
maxtries
<maximum_number_of_lock_attempts>
10 Specifies the maximum number of
times to try to get a record lock.
This switch used in conjunction with
lockwait specifies how long to keep
trying to get a lock on a locked object
before issuing a locked object
Exception.
name <server name > see
description
Specifies a name for this server
instance. This name need not be
unique, however the name may be used
to lookup server information within the
start-up configuration file. The value of
this name is not case-sensitive.
If not specified a name will be created
for the server based on the server type.
p or port <port_num> 1701 Tells the server to listen on port
<port_num>
36