DODS 6.5 API

Package com.lutris.appserver.server.sql.datasource

Class Summary
DataSourceConnectionAllocator Manages a pool (set) of connections to a database.
DataSourceDBConnection Standard implementation of the DBConnection object.
SimpleDataSourceConnectionAllocator Brief description of the patch: Since each long-time used connection holds too much memory (about 15Mb after several hours of work) it was decided to close and recreate connections that were allocated more than the MaxConnectionUsages value set in the proper config file.
SimpleDataSourceDBConnection Standard implementation of the DBConnection object.
 


DODS 6.5 API