From: | Matthew Terenzio <webmaster(at)localnotion(dot)com> |
---|---|
To: | pgsql-php(at)postgresql(dot)org |
Subject: | Re: too many clients |
Date: | 2004-12-29 17:12:13 |
Message-ID: | C85319E3-59BC-11D9-B3B3-0003938BDF32@localnotion.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
On Dec 29, 2004, at 11:38 AM, Mitch Pirtle wrote:
> You got a couple solutions, one of which is getting a connection
> pooler setup between apache(php) and postgres. SQL Relay
> (sqlrelay.sf.net) could be a common candidate, as I have used it in
> the past with great results.
Yes, I have taken a look at that before. It might be a good time to try
it.
I don't exactly understand the technical difference between pooled
connections and persistent ones.
pg_pconnect() is grabbing an existing open connection if one is
available.
How is a connection pool more efficient in doing something along these
lines?
Thanks,
Matt
From | Date | Subject | |
---|---|---|---|
Next Message | Mitch Pirtle | 2004-12-29 17:21:20 | Re: too many clients |
Previous Message | Mitch Pirtle | 2004-12-29 16:38:22 | Re: too many clients |