Time out (in seconds) before the Genero Application Server sends a PING (keep-alive) message to a running DVM.
The DVM Ping timeout specifies how long (in seconds) the GAS waits before send a PING (keep-alive) message to a running DVM.
A running DVM waits at a maximum gui.protocol.pingTimeout seconds for a front-end PING message when there is no user activity. After this timeout period elapses, the program stops with an error.
A correct configuration requires that the DVM_PINGTIMEOUT be set lower than the DVM gui.protocol.pingTimeout setting. By default, the DVM gui.protocol.pingTimeout is defined as 600 seconds and the GAS DVM_PINGTIMEOUT is defined as 300 seconds.
<DVM_PINGTIMEOUT>300</DVM_PINGTIMEOUT>
In this example, the DVM PING timeout is set to 300 seconds.