Re: [ADMIN] Postgres and Multiple Processors

1999-08-11 Thread Herouth Maoz
At 18:35 +0300 on 10/08/1999, Hitesh Patel wrote: > I am running Postgres on a Linux 2.2.11 box with 2 Pentium III 550 > processors. It appears that postgres is only using the first processor > and not both. Postgres is not multi-threaded. It's multi-process. Each of its processes has only one

[ADMIN] Postgres and Multiple Processors

1999-08-10 Thread Hitesh Patel
I am running Postgres on a Linux 2.2.11 box with 2 Pentium III 550 processors. It appears that postgres is only using the first processor and not both. Is there a compile-time switch I need to enable to make postgres use both processors or is this not currently supported? Also... does anyone ha