Re: BUG #5995: connection pooling not working

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: BUG #5995: connection pooling not working
Дата
Msg-id 4DB7D775020000250003CF28@gw.wicourts.gov
обсуждение исходный текст
Ответ на BUG #5995: connection pooling not working  ("Suprabhat" <suprabhatm@gmail.com>)
Ответы Re: BUG #5995: connection pooling not working  (Scott Mead <scottm@openscg.com>)
Список pgsql-bugs
"Suprabhat" <suprabhatm@gmail.com> wrote:

> FATAL: too many connections already and there are too many
> postgres processes on the server. We have used connection
> pooling methods after unsuccessfully using pgpool2.

Is there a thread somewhere where you were trying to get help
configuring pgpool?

> Probably we are doing some basics wrong.
>
> Total number of connections we are trying to make is something
> around 300 concurrently.

Well, the main point of a connection pool is to allow multiple
client-side processes or threads to see a large number of logical
connections to the database while those funnel down to a small
number on the database side.  300 active users might do quite well
on a connection pool which maintains 10 or 20 connections to the
database.  It sounds like you haven't used the correct settings to
achieve that.

-Kevin

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

Предыдущее
От: "Suprabhat"
Дата:
Сообщение: BUG #5995: connection pooling not working
Следующее
От: Scott Mead
Дата:
Сообщение: Re: BUG #5995: connection pooling not working