[postgis-tickets] [PostGIS] #2607: [raster] Unable to open more than 1024 out-db files in a single connection

PostGIS trac at osgeo.org
Thu Jan 16 19:56:02 PST 2014


#2607: [raster] Unable to open more than 1024 out-db files in a single connection
------------------------+---------------------------------------------------
  Reporter:  dustymugs  |       Owner:  dustymugs    
      Type:  defect     |      Status:  closed       
  Priority:  critical   |   Milestone:  PostGIS 2.0.6
 Component:  raster     |     Version:  2.0.x        
Resolution:  fixed      |    Keywords:  history      
------------------------+---------------------------------------------------
Changes (by dustymugs):

  * keywords:  => history
  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 Fixed in trunk as of r12185. Fixed in -2.1 as of r12186. Fixed in -2.0 as
 of r12187.

 Fixed by replacing GDALOpenShared with GDALOpen. Need to explore how to
 get GDALOpenShared back by keeping a cache of open GDAL datasets and when
 the cache count gets close to the max permitted (~1000), close out the
 some of the oldest datasets.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2607#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list