Re: Idle processes won't die

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Idle processes won't die
Дата
Msg-id 29007.1077667015@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Idle processes won't die  (James Taylor <jtx@hatesville.com>)
Список pgsql-admin
James Taylor <jtx@hatesville.com> writes:
> Hi everyone, using mod_perl with Postgres, postgres is on the same
> server as the webserver.  Perl is opening connections, and then closing
> them at the end of every script, however Pg
> is refusing to close the connection,

In that case, Perl is *not* closing the connection.  Better check your
client library again ... it probably thinks it's supposed to recycle
the connections via a connection pool.

            regards, tom lane

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

Предыдущее
От: James Taylor
Дата:
Сообщение: Idle processes won't die
Следующее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: Idle processes won't die