| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера