Re: [GENERAL] Re: [HACKERS] postgres processes

1999-06-11 Thread Karl DeBisschop
From: Remigiusz Sokolowski <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: [EMAIL PROTECTED] Precedence: bulk > The defaults in the Apache configuration are > > StartServers 5 > M

[GENERAL] Re: [HACKERS] postgres processes

1999-06-11 Thread Remigiusz Sokolowski
> The defaults in the Apache configuration are > > StartServers 5 > MaxClients256 > MinSpareServers 5 > MaxSpareServers 10 > > This means, that at startup Apache will create 5 server > processes that can handle requests

[GENERAL] Re: [HACKERS] postgres processes

1999-06-11 Thread Jan Wieck
Remigiusz Sokolowski wrote: > > Hi! > I have following problem: > > I use php with postgres as backend. Every time, I run some queries, > postgres creates a lot of processes - this causes extremely high processor > usage. > I execute some queries in quasi-parallel way, cause I need its results. >