Thread: Connection Limit Exceeded

Connection Limit Exceeded

From
Steve Kecskes
Date:
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

From
"Scott Marlowe"
Date:
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.