Suresh Thalamati wrote: > Which one of the following properties have higher precedence ? For > example if user sets derby.drda.keepAlive = true (Assume 2 hours on a > platform) and derby.drda.connSoTimeout= 1hour., Connection is going to > be terminated after 2 hours or 1hour ?
They are completely unrelated. You will die on timeout. Keepalive only applies for broken connections where other end went down. Timeout will affect live connections that are not broken, just quiet.
signature.asc
Description: OpenPGP digital signature
