KeepAlive
- Last Updated: September 16, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Specifies whether the driver enables KeepAlive. KeepAlive maintains idle TCP connections by periodically passing packets between the client and server. If either the client or server does not respond to a packet, the connection is considered inactive and is terminated. In addition, KeepAlive prevents valid idle connections from being disconnected by firewalls and proxies by maintaining network activity.
Valid Values
true | false
Behavior
If set to true, the driver enables
KeepAlive.
If set to false, the driver does not
enable KeepAlive.
Default
false
Data Type
boolean