Re: PGconn timeout

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PGconn timeout
Дата
Msg-id 13636.1044552802@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PGconn timeout  (ahoward <ahoward@fsl.noaa.gov>)
Ответы Re: PGconn timeout
Список pgsql-general
ahoward <ahoward@fsl.noaa.gov> writes:
> i'm writing a ruby connection pooling package layered on top of it's libpq
> interface.  i've scoured the pg docs, but can't seem to determine of PGconns
> normally timeout, and if there are any methods for dealing with
> this/determinng this.

There is no timeout behavior in either libpq or the backend.  We have
recently seen a couple of trouble reports that seem to be due to
connections being dropped when they are idle for more than a timeout
period, but my guess is that that behavior is occurring in a firewall
or other network device between the client and server machines.

            regards, tom lane

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

Предыдущее
От: will trillich
Дата:
Сообщение: Re: how to determine OID of the row I just inserted???
Следующее
От: Fabio Angeluci Martins
Дата:
Сообщение: Re: databases limit