Subject Re: [firebird-support] About the subject "Transaction is still active after client crash and restart"
Author Helen Borrie
At 01:05 PM 6/12/2004 +0100, you wrote:

>Is there any setting for how long does it take for server to detect
>that the transaction is dead ?
>Or is it just build into server?

Yes and Yes. :-)

From firebird.conf:
# Normally, Firebird uses SO_KEEPALIVE socket option to keep track of
# active connections. If you do not like default 2-hour keepalive timeout
# then adjust your server OS settings appropriately. On UNIX-like OS's,
# modify contents of /proc/sys/net/ipv4/tcp_keepalive_*. On Windows,
# follow instructions of this article:
# http://support.microsoft.com/default.aspx?kbid=140325

./heLen