Re: [Re] Need help with postgresql/apache/php optimisation

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: "Froggy / Froggy Corp(dot)" <froggy(at)froggycorp(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: [Re] Need help with postgresql/apache/php optimisation
Date: 2004-02-18 22:57:43
Message-ID: Pine.LNX.4.33.0402181556530.3855-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 18 Feb 2004, Froggy / Froggy Corp. wrote:

> Another question, i put on postgresql.conf a limited number of
> postgresql max_connections, and use permanent link beetween apache and
> postgresql. The problem is that a lot of apache thread is used for
> sending data (gfx). Is there a way to say that some thread are only here
> for php process ?

No, PHP's "connection pooling" is more of an accident looking for a place
to happen than useful sometimes. you might want to try reverting to just
plain pg_connects and see how the machine behaves.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Froggy / Froggy Corp. 2004-02-18 23:12:57 Re: [Re] Need help with postgresql/apache/php optimisation
Previous Message Andrew Sullivan 2004-02-18 22:56:32 Re: Replication in postgresql