From: | Christoph Dalitz <christoph(dot)dalitz(at)hs-niederrhein(dot)de> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | jerome(at)gmanmi(dot)tv |
Subject: | Re: postmaster respawn....? |
Date: | 2002-08-30 13:39:28 |
Message-ID: | 20020830153928.7b60d785.christoph.dalitz@hs-niederrhein.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, 30 Aug 2002 09:18:07 -0400
pgsql-general-owner(at)postgresql(dot)org wrote:
>
> I'm sure there is only one postmaster running on my server but everytime i do
> a series of ps ax | grep post..
>
> **1st ps
>
> 510 ? R 4:25 /usr/bin/postmaster -o -F -i
> 1235 ? S 119:12 /usr/bin/postgres localhost nsadmin openacs idle
>
That is perfectly sane: for each db connection or session a new backend is
spawned. It is killed when the connection is closed.
Thus you see on postmaster (= PG daemon) and several backends.
Christoph Dalitz
From | Date | Subject | |
---|---|---|---|
Next Message | Henshall, Stuart - WCP | 2002-08-30 13:46:00 | Re: [GENERAL] Access 'field too long' error |
Previous Message | Henshall, Stuart - WCP | 2002-08-30 13:21:18 | Re: join problem or maybe group :( |