Re: Keeping processes open for re-use

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: Hilary Forbes <hforbes(at)dmr(dot)co(dot)uk>
Cc: postgres performance list <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Keeping processes open for re-use
Date: 2006-11-09 12:56:04
Message-ID: 1163076964.2839.1.camel@coppola.muc.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, 2006-11-09 at 13:35, Hilary Forbes wrote:
> [snip] Is there a way that we can achieve this in Postgres? We have a
> situation whereby we have lots of web based users doing short quick
> queries and obviously the start up time for a process must add to
> their perceived response time.

Yes: google for "connection pooling". Note that different solutions
exist for different programming languages, so you should look for
connection pooling for the language you're using.

HTH,
Csaba.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2006-11-09 17:28:50 Re: Easy read-heavy benchmark kicking around?
Previous Message Hilary Forbes 2006-11-09 12:35:00 Keeping processes open for re-use