Re: Connection of postgres

Поиск
Список
Период
Сортировка
От Adam M
Тема Re: Connection of postgres
Дата
Msg-id 84b37b360804091140r58018ccrdf7212f3662a7d1e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Connection of postgres  ("Nguyen, Lam Thuy" <l7nguyen@fcg.com>)
Список pgsql-odbc
I've had a similar "problem". The connection times out and get closed
after a few hours. The solution was to do a query to keep the database
alive, for example "SELECT 1" and that's all. That is done every few
minutes.

The real test is to open 250 connections, and issue queries on each
without idle time. Does connection drop occur on active connections?

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

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1010368 ] connection problem with postgresql driver 8.03.0100 to postgresql 8.3.0
Следующее
От: "Nguyen, Lam Thuy"
Дата:
Сообщение: Re: Connection of postgres