Re: Feature freeze date for 8.1

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Feature freeze date for 8.1
Дата
Msg-id 20050502200525.GA13959@wolff.to
обсуждение исходный текст
Ответ на Re: Feature freeze date for 8.1  (Rob Butler <crodster2k@yahoo.com>)
Список pgsql-hackers
On Mon, May 02, 2005 at 12:29:33 -0700, Rob Butler <crodster2k@yahoo.com> wrote:
>  
> > One way to handle this is to have an option, set by
> > the client, that
> > causes the server to send some ignorable message
> > after a given period
> > of time idle while waiting for the client. If the
> > idleness was due to
> > network partitioning or similar failure, then this
> > ensures that the
> > connection breaks within a known time. This is safer
> > than simply having
> > the backend abort after a given idle period.
> 
> Another option is to have the client driver send some
> ignorable message instead of the server.  If the
> server doesn't get a message every timeout
> minutes/seconds + slop factor, then it drops the
> connection.  So libpq, JDBC, .net etc would all have
> to have this implemented, but the changes to the
> server would probably be simpler this way, wouldn't they?

Except it won't work, because the server is who needs to know about
the problem. If the network is down, you can't send a TCP RST packet
to close the connection on the server side.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: [pgsql-advocacy] Increased company involvement
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-advocacy] Increased company involvement