Re: PostgreSQL process architecture question.

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: Amber <guxiaobo1982(at)hotmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL process architecture question.
Date: 2008-09-09 16:07:32
Message-ID: dcc563d10809090907nfb2dc09l11fa39753ead91cb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Sep 9, 2008 at 9:35 AM, Amber <guxiaobo1982(at)hotmail(dot)com> wrote:
> We know PostgreSQL uses one dedicated server process to serve one client
> connection, what we want to know is whether PostgreSQL use multiple threads
> inside agents processes to take advantage of multiple CPUs. In our site we
> have only a few concurrent connections, so what occurs inside agent process
> is very important to us.

No it doesn't. One connection gets one process which uses one CPU at a time.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2008-09-09 16:10:01 Re: PostgreSQL process architecture question.
Previous Message Scott Marlowe 2008-09-09 16:03:58 Re: Various intermittent bugs/instability - how to debug?