Re: 100 simultaneous connections, critical limit?

Поиск
Список
Период
Сортировка
От Adam Alkins
Тема Re: 100 simultaneous connections, critical limit?
Дата
Msg-id 40058606.10605@rasadam.com
обсуждение исходный текст
Ответ на Re: 100 simultaneous connections, critical limit?  ("scott.marlowe" <scott.marlowe@ihs.com>)
Ответы Re: 100 simultaneous connections, critical limit?  (Evil Azrael <evilazrael@evilazrael.de>)
Re: 100 simultaneous connections, critical limit?  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-performance
scott.marlowe wrote:

>A few tips from an old PHP/Apache/Postgresql developer.
>
>1: Avoid pg_pconnect unless you are certain you have load tested the
>system and it will behave properly.  pg_pconnect often creates as many
>issues as it solves.
>
>

I share the above view. I've had little success with persistent
connections. The cost of pg_connect is minimal, pg_pconnect is not a
viable solution IMHO. Connections are rarely actually reused.

--
Adam Alkins
http://www.rasadam.com

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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: 100 simultaneous connections, critical limit?
Следующее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: COUNT & Pagination