Re: What is the life of a postgres back end process?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: What is the life of a postgres back end process?
Дата
Msg-id 1329173145.5627.2.camel@sussancws0025
обсуждение исходный текст
Ответ на What is the life of a postgres back end process?  (Eliot Gable <egable+pgsql-general@gmail.com>)
Ответы Re: What is the life of a postgres back end process?
Список pgsql-general
On Mon, 2012-02-13 at 17:30 -0500, Eliot Gable wrote:
> Are postgres back end processes connection specific? In other words,
> can we assume / trust that they will be terminated and cleaned up when
> we close a connection and that they will not live on and be reused by
> other connections?

Yes, one backend per connection. When you close the connection, the
backend process should go away.

Under some circumstances, that might not always happen immediately if
the backend is in the middle of doing some work.

Regards,
    Jeff Davis




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

Предыдущее
От: Eliot Gable
Дата:
Сообщение: What is the life of a postgres back end process?
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: What is the life of a postgres back end process?