[Geoserver-devel] [jira] Created: (GEOS-1209) min Idle param in PostGIS has slightly unexpected behavior

min Idle param in PostGIS has slightly unexpected behavior
----------------------------------------------------------

                 Key: GEOS-1209
                 URL: http://jira.codehaus.org/browse/GEOS-1209
             Project: GeoServer
          Issue Type: Bug
          Components: PostGIS
            Reporter: Chris Holmes
            Assignee: Andrea Aime
            Priority: Minor

Setting the minIdle param in PostGIS actually sets the maxIdle param in DBCP, so it becomes the maximum number of idle connections it will allow. Thus if you're idle for awhile the number slowly drops to zero idle connections. It should probably just set the minIdle param in DBCP, I think in this class:
http://svn.geotools.org/geotools/trunk/gt/modules/library/jdbc/src/main/java/org/geotools/data/jdbc/datasource/DataSourceUtil.java

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira