Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Implement support for TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL
Date: 2005-07-30 04:36:46
Message-ID: 42EB03DE.2010305@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian wrote:
> Is this the functionality we agreed we wanted?

I think it covers Tom's comments on the first version:

- a GUC to turn off SO_KEEPALIVE isn't particularly useful
- don't do redundant get/setsockopt calls on backend startup

-O

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2005-07-30 05:43:54 Re: [HACKERS] PL/Perl list value return causes segfault
Previous Message Bruce Momjian 2005-07-30 04:24:25 Re: PL/pgSQL: SELECT INTO EXACT

Browse pgsql-patches by date

  From Date Subject
Next Message David Fetter 2005-07-30 05:43:54 Re: [HACKERS] PL/Perl list value return causes segfault
Previous Message Bruce Momjian 2005-07-30 04:24:25 Re: PL/pgSQL: SELECT INTO EXACT