Thread: BUG #3309: The limitation for number of connection with ODBC driver

BUG #3309: The limitation for number of connection with ODBC driver

From
"Dmitry Dmitriev"
Date:
The following bug has been logged online:

Bug reference:      3309
Logged by:          Dmitry Dmitriev
Email address:      dydmitriev@yahoo.com
PostgreSQL version: 8.2.3.-1
Operating system:   Windows XP
Description:        The limitation for number of connection with ODBC driver
Details:

We have the big trouble, when our application try to open number of
connection more than 128 with psqlODBC-08_02_0200 driver. Can we hope that
it can be fix? We are ready to discuss conditions for this job.

Technical Director
Magistral LLC.
Dmitry Dmitriev

Re: BUG #3309: The limitation for number of connection with ODBC driver

From
Stefan Kaltenbrunner
Date:
Dmitry Dmitriev wrote:
> The following bug has been logged online:
>
> Bug reference:      3309
> Logged by:          Dmitry Dmitriev
> Email address:      dydmitriev@yahoo.com
> PostgreSQL version: 8.2.3.-1
> Operating system:   Windows XP
> Description:        The limitation for number of connection with ODBC driver
> Details:
>
> We have the big trouble, when our application try to open number of
> connection more than 128 with psqlODBC-08_02_0200 driver. Can we hope that
> it can be fix? We are ready to discuss conditions for this job.

It is not clear to me if you are complaing about a problem in the ODBC
driver or postgresql. postgresql itself will limit the amount of
connections it can accept to the value of max_connections in
postgresql.conf. Maybe you could tell us a bit more about the actual
error your are getting ?


Stefan