| From: | Francisco Olarte <folarte(at)peoplecall(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Keepalive doubt. |
| Date: | 2013-11-05 09:29:42 |
| Message-ID: | CA+bJJbwN6FtJB=DRoUhefJwrpyQEq5x8sC7og77xjzN-wveh9Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hello everybody:
I've found three server configuration parameters,
tcp_keepalives_{idle,interval,count} which control keepalive
behaviour. I know them, I know which my system defaults are, and I
know their default values, and I suppose in my systems ( linux ) they
correspond to setsockopt's of TCP_KEEP{INTVL,IDLE,CNT}.
But I've been unable to find any parameter to enable or disable
keepalives ( the equivalent of setsockopt with SO_KEEPALIVE ). I do
not know if this is because it's always turned on or if there is a
parameter for it which I've been unable to find.
So, before resorting to my usual last ditch solution ( Use the Source,
Luke ), I'll ask it here. Can anybody tell me if keepalives are
enabled by the server by default in Linux, and, if not, how do I
enable them?
Regards.
Francisco Olarte.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Kellerer | 2013-11-05 09:42:03 | Re: Junk date getting uploaded into date field |
| Previous Message | John R Pierce | 2013-11-05 09:13:14 | Re: Junk date getting uploaded into date field |