OPENNET_POLL_TIME
SQL OpenNet service poll interval
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
|
|
The OPENNET_POLL_TIME environment variable specifies the period of time that sqld waits before polling the Synergy/DE OpenNet Server service (SynSQL).
Value
The number of milliseconds to wait.
Discussion
The OPENNET_POLL_TIME environment variable enables you to specify how often the service program sqld will check to see if the daemon(s) (vtxnetd/vtxnet2) are running. By default, sqld polls at 600,000-millisecond (10-minute) intervals.
Setting location
OPENNET_POLL_TIME must be set in opennet.srv.
Used by
xfODBC and SQL Connection
See also
Examples
The following example sets the poll interval to one minute (60,000 milliseconds):
OPENNET_POLL_TIME=60000