Re: backend process - Mailing list pgsql-general

From Tom Lane
Subject Re: backend process
Date
Msg-id 8064.1111598902@sss.pgh.pa.us
Whole thread Raw
In response to Re: backend process  (Scott Marlowe <smarlowe@g2switchworks.com>)
List pgsql-general
Scott Marlowe <smarlowe@g2switchworks.com> writes:
> On Wed, 2005-03-23 at 10:11, Edson Vilhena de Carvalho wrote:
>> active backend server processes. I would like to know
>> what is a active backend server processes.

> In PostgreSQL every connection spawns a new backend that operates on the
> database semi-independently, cooperating with the other backends by
> means of shared memory.

See
http://www.postgresql.org/docs/8.0/static/tutorial-arch.html
http://www.postgresql.org/docs/8.0/static/connect-estab.html

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgresql unicode lower/upper problem
Next
From: Tom Lane
Date:
Subject: Re: Delay INSERT