DataSource.setMaxConnections() - Does not work

From: Michael Andreasen <michael(at)dunlops(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: DataSource.setMaxConnections() - Does not work
Date: 2009-09-26 13:25:31
Message-ID: c752d6bd0909260625w46aee4fepdb10f3c79d7ae2be@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

Using version: 8.3-605.jdbc3

DataSource.setMaxConnections() does not work.

I create my datasource as such;
dataSource = new PGPoolingDataSource();
dataSource.setServerName("10.44.73.50");
dataSource.setDatabaseName("ops");
dataSource.setUser("postgres");
dataSource.setPassword("postgres");
dataSource.setMaxConnections(3);

--
Regards,
Michael Andreasen
Senior Analyst / Developer

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Andreasen 2009-09-26 13:27:24 Re: DataSource.setMaxConnections() - Does not work
Previous Message Maciek Sakrejda 2009-09-25 16:06:33 Re: JDBC 4 support