Обсуждение: What is the default timeout setting?

Поиск
Список
Период
Сортировка

What is the default timeout setting?

От
P G
Дата:
Is there a default timeout setting for connections to
the database?

TIA.

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

Re: [ADMIN] What is the default timeout setting?

От
Robert Treat
Дата:
On Thu, 2003-02-13 at 15:19, P G wrote:
> Is there a default timeout setting for connections to
> the database?
>

postgresql does not time out connections on the server side. It does
configure TCP_KEEPALIVE behavior on its sockets, so depending on kernel
configuration you might either have connections dropped at some interval
or not at all.

Robert Treat