關於方正平台JAVA版本下的連線池的資訊說明

2021-05-24 14:58:00 字數 662 閱讀 9340

系統在debug狀態下,連線池會在異常情況下報出以下資訊:

//在連線池中的某個連線因關閉而被移除

debug: 1 connection is closed and remove from freeconnectionpool

//從連線池中得到的某個連線是關閉的

waring: get 1 connection is closed from freeconnectionpool

//從在用連線池中取連線

waring: geting connection from connectionpool

//在在用連線池中的某個連線因關閉而被移除

waring: 1 connection is closed and remove from connectionpool

//從在用連線池中得到的某個連線是關閉的

waring: get 1 connection is closed from connectionpool

//再次在連線池中的某個連線因關閉而被移除

waring: get 1 connection is closed from new freeconnectionpool

//強行將在用超時的連線返回到空閒連線池

"debug: connection has timeout be free

spring下的proxool連線池配置

這裡有兩種方式配置spring的資料來源 第一種1.在web.xml中新增如下內容 proxoolservletconfigurator org.logicalcobwebs.proxool.configuration.servletconfigurator xmlfile web inf conf...

spring下的各種連線池的比較

hibernate開發組推薦c 0,spring開發組推薦dbcp,但是dbcp連線池有weblogic連線池同樣的問題,就是強行關閉連線或資料庫重啟後,無法 reconnect 告訴連線被重置,這個設定可以解決。hibernate in action推薦c 0和proxool。我推薦proxool...

spring下的各種連線池的比較

true c3p0的配置,注意是 driverclass jdbcurl user password net.sourceforge.jtds.jdbc.driver jdbc jtds sqlserver localhost 1433 hua sahua155 25或 5100 100010 xa...