Re: PostgreSQL Connections?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: PostgreSQL Connections?
Дата
Msg-id 1168470893.2411.4.camel@dogma.v10.wvs
обсуждение исходный текст
Ответ на PostgreSQL Connections?  (Ashish Karalkar <ashish_karalkar@yahoo.com>)
Список pgsql-general
On Tue, 2007-01-09 at 21:48 -0800, Ashish Karalkar wrote:
> Hello All,
> I am running PostgresSQL 8.2 on Redhat Linux 4.
> When I look for the processes that are using postgres
> using ps aux|more
> I got lots of Idle processes with servers own IP
> address. Can anybody please tell me why this is
> happening.
>
> Also there are multiple processes for my single
> client(same IP) of which maximum are idle. are these
> processes means connection or there is a single
> connection starting  many processes.
>

You probably have clients accessing postgresql and holding the
connection open, perhaps in a connection pool. Do you have web
applications accessing the database?

Regards,
    Jeff Davis


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

Предыдущее
От: "Chad Wagner"
Дата:
Сообщение: Re: How does one perform a case-insenstive query on test or char fields
Следующее
От: Casey Duncan
Дата:
Сообщение: Re: replication advice needed