Re: Keeping only one postgres.exe instance running

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Pierre Racine <Pierre(dot)Racine(at)sbf(dot)ulaval(dot)ca>, pgsql-general(at)postgresql(dot)org
Subject: Re: Keeping only one postgres.exe instance running
Date: 2009-03-06 00:53:11
Message-ID: 49B073F7.2070507@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Pierre Racine wrote:
> Hi,
>
> Is there a way to tell PostgreSQL to keep only one instance of
> postgres.exe running?
>

you couldn't use it if that was the case. at a minimum, there is the
postmaster process, the postgres writer, the postgres logger, the
postgres stats collector, and the postgres wal writter. oh, and
autovacuum.. then, each user connection to postgres launches another
instance to service the queries of that connection.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sathish Duraiswamy 2009-03-06 00:56:51 Re: converting older databases
Previous Message Scott Marlowe 2009-03-06 00:52:55 Re: Keeping only one postgres.exe instance running