Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq. - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.
Date
Msg-id 1277401206.25074.8633.camel@ebony
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Thu, 2010-06-24 at 10:30 -0400, Robert Haas wrote:

> It lets you set
> the TCP keepalive parameters on the server side, whereas what this
> patch does is let you set them on the client side.  Only setting them
> on the client side will allow the client to notice when the server has
> gone away.

Thank you for explaining. Now I understand.

It sort of begs the question: why need they be different?

-- Simon Riggs           www.2ndQuadrant.com



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.
Next
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.