Re: Website troubles

From: Neil Conway <neilc(at)samurai(dot)com>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, greg(at)turnstep(dot)com, Tony Grant <tony(at)tgds(dot)net>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Website troubles
Date: 2003-01-30 03:04:12
Message-ID: 1043895852.1212.60.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2003-01-29 at 21:52, Marc G. Fournier wrote:
> The problem is/was persistent database connections ... the problem, IMHO,
> is that there is no way of 'timing out' idle connections, so any load on
> the web site that creates a whack of persistent connections, and then they
> all go idle, then if another hit on a different database goes through, it
> gets starved for connections ...

Couldn't that easily be handled by the client interface (PHP, in this
case) that provides support for persistent connections?

(Assuming that you're suggesting that we add support for timing out
sessions to the backend -- if you're not, my apologies.)

Cheers,

Neil
--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Browse pgsql-general by date

  From Date Subject
Next Message S Hardy 2003-01-30 04:02:16 unsubscribe
Previous Message Andrew Perrin 2003-01-30 02:54:21 Re: Perl DBI and placeheld values