process num.

Lists: pgsql-hackers
From: ivan <iv(at)psycho(dot)pl>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: process num.
Date: 2004-06-02 21:01:11
Message-ID: Pine.LNX.4.58.0406022259200.31840@rex.anfa.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


hi

where can i set min/max number of process which are waiting for
connections from clients ?

bye


From: Jonathan Gardner <jgardner(at)jonathangardner(dot)net>
To: ivan <iv(at)psycho(dot)pl>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: process num.
Date: 2004-06-02 21:09:17
Message-ID: 200406021409.17438.jgardner@jonathangardner.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Wednesday 02 June 2004 02:01 pm, ivan wrote:
>
> where can i set min/max number of process which are waiting for
> connections from clients ?
>

First off, you are on the wrong list. This is more appropriate for the admin
or preformance list.

PostgreSQL forks a process for each connection. No processes are pre-forked.
It doesn't work like Apache. If you want a connection pool, there are
various applications out there, like pgpool.

--
Jonathan Gardner
jgardner(at)jonathangardner(dot)net