Table 9-1 describes new Replication Server configuration parameters stored in the rs_config system table.
Parameter |
Description |
---|---|
smp_enable |
Enables SMP on Replication Server on a multiprocessor machine. |
send_enc_password |
Enables encrypted password to be sent through the network for all Replication Server client connections, except the first connection to the RSSD. |
sqt_init_read_delay |
The length of time an SQT thread sleeps while waiting for an SQM read before checking to see if it has been given new instructions in its command queue. With each expiration, if the command queue is empty, SQT doubles its sleep time up to the value set for sqt_max_read_delay. Default: 2000 ms |
sqt_max_read_delay |
The maximum length of time an SQT thread sleeps while waiting for an SQM read before checking to see if it has been given new instructions in its command queue. |
Table 9-2 describes new Replication Server configuration parameters stored in the rs_name.cfg file.
Parameter |
Description |
---|---|
RS_enc_pw |
Enables encrypted password to be sent through the network for all Replication Server client connections, including the first connection to the RSSD. |