Re: Postgres 8.0 windows processes, field testing, and

From: Joe <svn(at)freedomcircle(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres 8.0 windows processes, field testing, and
Date: 2005-06-24 20:00:36
Message-ID: 42BC6664.2040009@freedomcircle.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Richard Huxton wrote:

> You will have (assuming the same as on *nix):
> 1. Master process - starts all the others
> 2. One backend per client
> 3. Stats buffer/collector
> 4. Auto-vacuum (optional, not really part of the main system yet)

It appears that, when started as a Windows service, four backend processes
(postgres.exe) are started even though there are no clients yet. Is this simply
to avoid backend process creation time for the first few clients? Out of
curiosity, is this approach also used on *nix?

A pg_ctl.exe is also running. I presume that is the one that starts the
postmaster and then sits and waits for a signal to shutdown the service?

Joe

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe 2005-06-24 20:12:00 Re: Win32 users?
Previous Message Jeff Gold 2005-06-24 19:48:45 Re: Postmaster Out of Memory