Re: Problems with max_connections parameter - Mailing list pgsql-bugs

From Jorge Augusto Meira
Subject Re: Problems with max_connections parameter
Date
Msg-id AANLkTi=Vx5XgcDdFRw2cwEnzuGx6HU6JonLr-8iVSVVk@mail.gmail.com
Whole thread Raw
In response to Re: Problems with max_connections parameter  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-bugs
Hi, Euler

- How could the test program know?
The test program after any operation (inser, tupdate or select) receive a
message of postgres like OK or ERROR (Connection error: FATAL).

- Are you using  some delay between one test and another one? I would be a
good idea, specially if you're restarting the PostgreSQL  between tests.
Yes, I used a delay. After any test I restarted the postgres and cleared my
database.

Regards
Jorge

On Mon, Dec 6, 2010 at 4:26 PM, Euler Taveira de Oliveira <euler@timbira.com
> wrote:

> Jorge Augusto Meira escreveu:
> > The test program is running in other 5 client machines.
> > In the logs of my test program, the max_connection parameter limit is
> > never reached.
> >
> How could the test program know? Indeed it doesn't. Are you using some
> delay
> between one test and another one? I would be a good idea, specially if
> you're
> restarting the PostgreSQL between tests.
>
>
> --
>  Euler Taveira de Oliveira
>  http://www.timbira.com/
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>

pgsql-bugs by date:

Previous
From: Euler Taveira de Oliveira
Date:
Subject: Re: Problems with max_connections parameter
Next
From: Heikki Linnakangas
Date:
Subject: Re: BUG #5784: CREATE INDEX USING GIN complains about array containing null values yet none exist