Re: PostgreSQL Connections? - Mailing list pgsql-general

From Jeff Davis
Subject Re: PostgreSQL Connections?
Date
Msg-id 1168470893.2411.4.camel@dogma.v10.wvs
Whole thread Raw
In response to PostgreSQL Connections?  (Ashish Karalkar <ashish_karalkar@yahoo.com>)
List 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 by date:

Previous
From: "Chad Wagner"
Date:
Subject: Re: How does one perform a case-insenstive query on test or char fields
Next
From: Casey Duncan
Date:
Subject: Re: replication advice needed