1.0

Table Of Contents
n/aPrex
sqlfire.sql-authorization
Enables or disables authorization in SQLFire. See Conguring User Authorization on
page 238.
Description
falseDefault Value
systemProperty Type
n/aPrex
sqlfire.drda.host
Network interface on which the network server listens.
This property allows multiple members of a Network Server to run on a single machine, each using its own
unique host:port combination.
Description
If the property is set to 0.0.0.0, the Network Server listens on all interfaces. Ensure that you are running under
the security manager and that user authorization is enabled before you enable remote connections with this
property
The Network Server listens only on the loopback address (localhost).Default Value
systemProperty Type
n/aPrex
sqlfire.drda.keepAlive
If true, SQLFire attempts to clean up disconnected clients. The idle time is two hours
by default.
Description
trueDefault Value
systemProperty Type
n/aPrex
sqlfire.drda.logConnections
Species whether to log network client connections and disconnections. This setting can be
enabled dynamically using NetworkInterface as well.
Description
falseDefault Value
systemProperty Type
n/aPrex
sqlfire.drda.maxThreads
Maximum number of connection threads that the Network Server allocates. If the maximum number of
threads are allocated, then connections are shared using the sqlfire.drda.timeSlice property
Description
321
Configuration Properties