隨筆-295  評論-26  文章-1  trackbacks-0
          網(wǎng)上沒有找到比較合適的,自己看了看,然后放到項目中實驗的一下。
          很多人都認為比DBCP優(yōu)秀。

          <bean id="c3p0DataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource" destroy-method="close">
          ????? <property name="driverClass">
          ??????? <value>${jdbc.driverClassName}</value>
          ????? </property>
          ????? <property name="jdbcUrl">
          ??????? <value>${jdbc.url}</value>
          ????? </property>
          ????? <property name="user">
          ????? ?<value>${jdbc.username}</value>
          ????? </property>
          ????? <property name="password">
          ????? ?<value>${jdbc.password}</value>
          ????? </property>
          ????? <property name="initialPoolSize"><value>10</value></property>
          ????? <property name="minPoolSize"><value>5</value></property>
          ????? <property name="maxPoolSize"><value>30</value></property>
          ????? <property name="acquireIncrement"><value>5</value></property>
          ????? <property name="maxIdleTime"><value>10</value></property>
          ????? <property name="maxStatements"><value>0</value></property>
          ??? </bean>

          以下幾個參數(shù)是使用的基本配置參數(shù):
          initialPoolSize:
          Number of Connections a pool will try to acquire upon startup. Should be between minPoolSize and maxPoolSize
          連接池初始化時獲取的鏈接數(shù),介于minPoolSize和maxPoolSize之間

          minPoolSize:
          Minimum number of Connections a pool will maintain at any given time.
          最小鏈接數(shù)

          maxPoolSize:
          Maximum number of Connections a pool will maintain at any given time.
          最大連接數(shù)

          acquireIncrement:
          Determines how many connections at a time c3p0 will try to acquire when the pool is exhausted.
          在當前連接數(shù)耗盡的時候,一次獲取的新的連接數(shù)

          maxIdleTime:
          Seconds a Connection can remain pooled but unused before being discarded. Zero means idle connections never expire.
          最大空閑的時間,單位是秒,無用的鏈接再過時后會被回收


          大盤預測 國富論
          posted on 2008-01-18 19:47 華夢行 閱讀(246) 評論(0)  編輯  收藏 所屬分類: Spring
          主站蜘蛛池模板: 西安市| 元氏县| 台安县| 财经| 夏邑县| 松江区| 弋阳县| 嵩明县| 无为县| 綦江县| 庆元县| 都匀市| 闽清县| 古丈县| 改则县| 礼泉县| 台湾省| 仁怀市| 布尔津县| 若羌县| 湖南省| 浙江省| 诸暨市| 苏尼特右旗| 平山县| 雷波县| 常山县| 中宁县| 宜春市| 慈溪市| 屯昌县| 余江县| 师宗县| 太原市| 巴南区| 邢台县| 嵊泗县| 宝山区| 沂源县| 招远市| 安阳市|