Re: Keeping processes open for re-use

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Keeping processes open for re-use
Дата
Msg-id 1163076964.2839.1.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на Keeping processes open for re-use  (Hilary Forbes <hforbes@dmr.co.uk>)
Ответы Re: Keeping processes open for re-use  (Shane Ambler <pgsql@007Marketing.com>)
Список 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.



В списке pgsql-performance по дате отправления:

Предыдущее
От: Hilary Forbes
Дата:
Сообщение: Keeping processes open for re-use
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Easy read-heavy benchmark kicking around?