DODS 7.2 API

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

Class Summary
DataSourceConnectionAllocator Manages a pool (set) of connections to a database.
DataSourceDBConnection  
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  
 


DODS 7.2 API