Re: TCP keepalive support for libpq

From: Dimitri Fontaine <dfontaine(at)hi-media(dot)com>
To: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: "Tollef Fog Heen" <tollef(dot)fog(dot)heen(at)collabora(dot)co(dot)uk>, "Robert Haas" <robertmhaas(at)gmail(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: TCP keepalive support for libpq
Date: 2010-02-11 16:38:19
Message-ID: 87tytn918k.fsf@hi-media-techno.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> writes:
> those people who create 2000 lightly used connections to the
> database might feel differently.

Yeah I still run against installation using the infamous PHP pconnect()
function. You certainly don't want to add some load there, but that
could urge them into arranging for being able to use pgbouncer in
transaction pooling mode (and stop using pconnect(), damn it).

Regards,
--
dim

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2010-02-11 16:39:11 Re: Avoiding bad prepared-statement plans.
Previous Message Oleg Bartunov 2010-02-11 16:37:56 Re: knngist patch support