1.0

Table Of Contents
This attribute is a machine-wide attribute used for system member and client/server communication. It has no effect
on locator location, unless the locator is embedded in a member process.
not setDefault Value
connection (boot)Property Type
gemre.Prex
config-scripts
Species one or more SQL script les to execute immediately, before loading DDL from the data
dictionary. Use a comma-separated list of les to supply multiple values.
Description
not setDefault Value
connection (boot)Property Type
sqlre.Prex
conserve-sockets
Species whether sockets are shared by the system members threads. If true, threads share, and a minimum number
of sockets are used to connect to the distributed system. If false, every application thread has its own sockets for
Description
distribution purposes. You can override this setting for individual threads inside your application. Where possible, it
is better to set conserve-sockets to true and enable the use of specic extra sockets in the application code if needed.
The length of time a thread can have exclusive access to a socket can be congured with socket-lease-time.
Note: WAN deployments increase the messaging demands on a SQLFire system. To avoid hangs related to
WAN messaging, always set conserve-sockets=false for SQLFire members that participate in a WAN
deployment. See Prerequisites for WAN Replication on page 223.
trueDefault Value
connection (boot)Property Type
gemre.Prex
default-recovery-delay
Species a default RECOVERYDELAY value for all tables in the cluster. If a SQLFire member leaves the cluster
and no new members join, the remaining SQLFire members wait for a period of time before they perform recovery
Description
to satisfy the redundancy requirements of partitioned tables. This attribute species the period of time to wait before
initiating recovery.
Note: SQLFire always initiates recovery for redundant, partitioned tables when a new SQLFire member
joins the cluster.
A value of -1, the default value, indicates that no recovery is performed unless a new SQLFire member joins the
cluster, or unless individual tables override the recovery delay by specifying the RECOVERYDELAY clause in
their CREATE TABLE statements.
-1Default Value
connectionProperty Type
305
Configuration Properties