Re: phpPgAdmin

From: "K Parker" <kparker(at)eudoramail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: phpPgAdmin
Date: 2000-10-26 16:14:58
Message-ID: OCHGDJHKPAJFAAAA@shared1-mail.whowhere.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>You may want to use persistent connections, also.

Almost certainly you don't. The discussion sites are full of complaints that it doesn't work properly. There is a tendency for the connections to not get reused, but not released, either, such that you quickly run out of connections. This is with mod_php, of course; if you're running PHP as a CGI then persistent connections don't hurt (nor help, obviously, since the process exits after doing its thing.)

Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com

Browse pgsql-general by date

  From Date Subject
Next Message bmccoy 2000-10-26 16:35:58 Re: phpPgAdmin
Previous Message Steve Wolfe 2000-10-26 15:45:33 Re: Postgres 7.0.2-2 on Red Hat 7.0?