Re: ODBC driver & connection limit

From: "Adnan DURSUN" <a_dursun(at)hotmail(dot)com>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: ODBC driver & connection limit
Date: 2009-08-20 18:02:49
Message-ID: BAY114-DAV52971FBB4953A7126D529FAFD0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


----- Original Message -----
>From: "Richard Broersma" <richard(dot)broersma(at)gmail(dot)com>
>To: "Adnan DURSUN" <a_dursun(at)hotmail(dot)com>
>Cc: <pgsql-odbc(at)postgresql(dot)org>
>Sent: Thursday, August 20, 2009 5:18 PM
>Subject: Re: [ODBC] ODBC driver & connection limit

>As far as I know, the ODBC driver does not specify any limits.
>However, the postgresql server does.

But the psqlodbc.h file has the following line ;
#define MAX_CONNECTIONS 128 /* conns per environment * (arbitrary) */
What does that mean ?

NOTE: We will be using a windows terminal server to run our application.
Appx 500 users will use the same odbc driver.

Adnan DURSUN

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Assaf Lavie 2009-08-22 14:43:42 Re: ODBC 64-bit driver request
Previous Message Richard Broersma 2009-08-20 14:18:51 Re: ODBC driver & connection limit