Re: Safe to kill idle connections?
От
Francisco Reyes
Тема
Re: Safe to kill idle connections?
Дата
Msg-id
20051017081105.H12366@zoraida.natserv.net
Ответ на
Re: Safe to kill idle connections? (Richard Huxton)
Список
Дерево обсуждения
Safe to kill idle connections? Francisco Reyes <lists@natserv.com>
Re: Safe to kill idle connections? Thomas Beutin <tb@laokoon.in-berlin.de>
Re: Safe to kill idle connections? Richard Huxton <dev@archonet.com>
Re: Safe to kill idle connections? Francisco Reyes <lists@natserv.com>
Re: Safe to kill idle connections? Richard Huxton <dev@archonet.com>
On Mon, 17 Oct 2005, Richard Huxton wrote: > At a guess, PHPWiki is using persistent connections to PG, so you'll get one > connection per Apache backend. Thanks for the info. That may well be the problem. > Alternatively, a small change in PHPWiki's code should clear it too (start > with a search for pg_pconnect and try pg_connect instead). Will do. > It's perfectly safe to leave the idle connections there - they won't take up > much in the way of resources. How about when one needs to reload to read new postgresql.conf files. Will iddle connections prevent the server from reloading? Also, in the future if other programs do the same, is it safe to kill these and if so what is the best way? kill command?
В списке pgsql-general по дате отправления