Обсуждение: Connection Limit Exceeded

Поиск
Список
Период
Сортировка

Connection Limit Exceeded

От
Steve Kecskes
Дата:
Hi,

Just wondering what actually happens when the connection limit exceeds.

Dec 10 05:19:45 pallas1 postgres[373]: [2-1] FATAL:  connection limit
exceeded for non-superusers

Are the requests that are rejected pooled and processed when connection
slots are available?


Re: Connection Limit Exceeded

От
"Scott Marlowe"
Дата:
On Tue, Dec 9, 2008 at 4:10 PM, Steve Kecskes <steve@outtalimits.com.au> wrote:
> Hi,
>
> Just wondering what actually happens when the connection limit exceeds.
>
> Dec 10 05:19:45 pallas1 postgres[373]: [2-1] FATAL:  connection limit
> exceeded for non-superusers
>
> Are the requests that are rejected pooled and processed when connection
> slots are available?

Nope they're refused and you have to come back at a later time and try again.