Subject Re: [firebird-support] tcp keep alive time
Author Dmitry Yemanov
Anderson Farias wrote:
>
> My worry is the client connection being dropped once [IF] client can't
> respond to tcp keep alive probes since it is busy on some time consuming
> task (eg. a 30 minutes sql task while tcp_keepalive_time = 15 minutes only)
>
> So, [as for now] I understand one must keep tcp_keepalive_time bigger than
> the time taken for its most time consuming sql.

Nope, the client will respond to the TCP keep-alive pings regardless of
its SQL activity. FB server never forcibly disconnects active clients
unless being shutdown itself.


Dmitry