Seems there is a few things pending in our data access api. Another is the changes to feature collection we have talked about. It would be nice if we could batch all these up for a single release.
I am +1 on just adding the method as it doesn;t affect any client api, just those implementing datastores. But at some point we need to figure out what the target is for DataStore / FeatureCollection api changes. Andrea Aime wrote: > Hi, > I'm in kind of urgent need of a close method in jdbc > datastores so it's possible to have the connection pool > closed down when the datastore is about to be killed, > without waiting for the garbage collector to run > the finalizer in JDBC2DataStore (which does the same). > (http://svn.geotools.org/geotools/trunk/gt/modules/library/jdbc/src/main/java/org/geotools/data/jdbc/JDBC2DataStore.java) > > Now, I'm inclined to add a close() method right into > JDBC2DataStore and do an instanceof check in geoserver, > since we definitely cannot afford changing the datastore > api now. > > Can I proceed? This won't impede improving the datastores > in the future (and having a close method is a well know > item in the datastore api wish list). > Cheers > Andrea > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > > !DSPAM:4007,47148951187231637810514! > -- Justin Deoliveira The Open Planning Project http://topp.openplans.org ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
