Re: Backend Server v's Frontend Server ? - Mailing list pgsql-interfaces

From Bruno Wolff III
Subject Re: Backend Server v's Frontend Server ?
Date
Msg-id 20030715133104.GA10467@wolff.to
Whole thread Raw
In response to Backend Server v's Frontend Server ?  (Peter Moscatt <pgmoscatt@optushome.com.au>)
List pgsql-interfaces
On Tue, Jul 15, 2003 at 10:55:09 +1000, Peter Moscatt <pgmoscatt@optushome.com.au> wrote:
> I am new to programming with Postgres.  I am currently reading the
> Programmers guide on how to connect to a database.
> 
> It mentions 'backend' and 'frontend'.
> 
> What's the difference ?

The fontend is the client running locally. The backend is the process on
the server that your client talks to. There is one backend process for
each client (connection).
The postmaster is the process that clients first connect to that spawns
backend processes.


pgsql-interfaces by date:

Previous
From: Christoph Haller
Date:
Subject: Re: Connecting - Need Help !
Next
From: "Darko Prenosil"
Date:
Subject: Re: Connecting - Need Help !