Re: Help with connections

From: Gourish Singbal <gourish(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Help with connections
Date: 2005-05-13 13:21:55
Message-ID: 674d1f8a05051306211f2f64bc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Found the problem.
The Application opens the connections retrives the result set and does
processing on the data based on certian logic and than closes the
connections.
But during the time application does processing the connections are
open . thats the time i see 53 idle connections.

regards
Gourish

On 5/12/05, Gourish Singbal <gourish(at)gmail(dot)com> wrote:
> Guys i need some help.
>
> Initially the connections to the database were 3 as seen using
> netstat -a -n | grep "ESTAB" | grep <ip>
> and ps -ef | grep postgres
>
> After some time the connections suddenly incresed to 53 using the
> above commands.
>
> if i do
> /usr/local/pgsql/bin/psql -d <database> -c "select
> c.relname,d.datname,transaction,pid,mode,granted from pg_locks
> l,pg_class c,pg_database d where l.relation=c.oid and
> l.database=d.oid";
>
> i get only
> relname | datname | transaction | pid | mode
> | granted
> --------------------+----------------+-------------+-------+-----------------+---------
> pg_class | rpt_production | | 25903 | AccessShareLock | t
> pg_locks | rpt_production | | 25903 | AccessShareLock | t
> pg_class_oid_index | rpt_production | | 25903 | AccessShareLock | t
>
> That means there were no tables accessed at this particular time. But
> why is the connections to database showing 53 ?.
>
> The Applicatoin is closing the connections. After about 30 -40 secs
> the connections drop to 4 or 5 agian.
>
> Please advice the max number of conenctions are 100 in the conf file
> .. how about increasing to 200 ?.
>
> --
> Best,
> Gourish Singbal
>

--
Best,
Gourish Singbal

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Gourish Singbal 2005-05-13 13:26:51 Re: how do i kill user sessions?
Previous Message Joel Fradkin 2005-05-13 12:34:44 Re: [ODBC] catastrophic error