User guide
<option_name> <value> Default Description
The value 0 means unlimited idle time allowed.
See Client connection timeout
for more details
handshakeTries Decimal or
hex integer
500
Sets the maximum number of times the main
process will attempt to establish handshake
with its associated executor sub-process.
This option is only valid on connections using
rdbNative driver and when multiprocess is
enabled on the native connection.
This option may only be used in conjunction
with the multiprocess option.
See Executor Sub-process used with the Rdb
Native driver for more details.
handshakeWait Decimal or
hex integer
10
Sets the time (in milliseconds) between
handshake tries attempted between the main
process and its associated executor sub-
process.
This option is only valid on connections using
rdbNative driver and when multiprocess is
enabled on the native connection.
This option may only be used in conjunction
with the multiprocess option.
See Executor Sub-process used with the Rdb
Native driver for more details.
lockwait Decimal or
hex integer
-1
Sets the lockwait (in seconds) for transactions.
The value –1 means that the server will wait
indefinitely for the lock.
See Lockwait and Maxtries
for more details.
multiProcess true or false
false
If true a new executor process will be created
for this connection.
This option is only valid when used with an
Rdb Native driver connection and will be
ignored by the Rdb Thin driver.
See Executor Sub-process used with the Rdb
Native driver for more details.
networkKeepalive true or false
false
If true the socket used to connect the client to
the server will have SoKeepAlive enabled
See your socket documentation for more
information on SoKeepAlive.
networkTimeout Decimal or
0
Sets the maximum time
(
in milliseconds
)
this
15