コメ結び>Preventing dB connection pool leaks  
  
  
  
  
  
    
    
    
		
  
  
  
	
|  | Preventing dB connection pool leaks | 
| -1- | |
- 
            匿名さん 【Nlj3pbO】 2012/09/05 15:45:55
 There is one problem with connection pooling. A web application has to explicetely close ResultSet's, Statement's, and Connection's. Failure of a web application to close these resources can result in them never being available again for reuse, a db connection pool "leak". There is a solution to this problem.
 <parameter>
 <name>removeAbandoned</name>
 <value>true</value>
 </parameter>