From: | Lenny Mastrototaro <lenny(at)horizonlive(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Freeing Connections |
Date: | 2001-10-19 02:34:12 |
Message-ID: | 20011018223412.I23213@m1.horizonlive.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Thu, Oct 18, 2001 at 01:55:33PM -0400, Tom Lane wrote:
> Andrew Hill <list(at)fornax(dot)net> writes:
> > Normally, 32 connections is heaps for what I need. However, I often get
> > connections that seem to be doing nothing. For example:
>
> > [bash]
> > \_ postmaster -i -D/var/pgsql/data -N 32 -B 64
> > \_ [postmaster]
> > \_ /var/pgsql/bin/postgres 202.174.32.67 postgres anb idle
> > \_ /var/pgsql/bin/postgres 202.174.32.68 postgres anb idle
> > \_ [postmaster]
> > \_ /var/pgsql/bin/postgres 203.34.190.137 postgres bmf idle
> > \_ [postmaster]
> > \_ [postmaster]
> > \_ [postmaster]
> > \_ [postmaster]
> > \_ /var/pgsql/bin/postgres 202.174.32.8 radius bmf idle
>
> Curious. Can you attach to some of the unidentified processes with
> a debugger, and get a stack traceback from 'em? Offhand I can't
> think of a reason for 7.0 to have any subprocesses that haven't
> changed their PS display. It would help to know what they are doing.
I believe the processes displayed as [foo] are paged out
which is why you don't see their full commandlines.
Regards,
Lenny
--
Lenny Mastrototaro VP System Operations HorizonLive.com
lenny(at)horizonlive(dot)com collaborate . interact . learn (212)813-3867
From | Date | Subject | |
---|---|---|---|
Next Message | Ross J. Reedstrom | 2001-10-19 03:15:31 | Re: Freeing Connections |
Previous Message | Brian McCane | 2001-10-19 01:07:32 | Re: Please help - tks |