1.1

Table Of Contents
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 231.
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
sqlre.Prex
departure-correlation-window
The number of seconds of process failure history kept by the system for correlating the loss of
processes eligible to be the membership coordinator and the lead member.
Description
1800Default Value
connection (boot)Property Type
gemre.Prex
vFabric SQLFire User's Guide322
vFabric SQLFire Reference