Max Open Cursor

From: Matt Z <mattyz123(at)yahoo(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Max Open Cursor
Date: 2010-07-26 21:17:56
Message-ID: E110CE5E-BAF9-48C7-9D7D-A2772716BE96@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I'm using commons dbcp basic datasource with connection pooling through the postgre jdbc driver. The dbcp doc says maxOpenPreparedStatements should be a value less than the maximum number of cursors that can be open on a connection. The connection limit is set to 100, what is the max number of cursors per connection, does it have a limit?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2010-07-27 06:56:43 Re: JPA and desktop apps
Previous Message Scott Langley 2010-07-26 17:28:55 Re: JDBC / pgpass