隨筆-295  評(píng)論-26  文章-1  trackbacks-0
          網(wǎng)上沒(méi)有找到比較合適的,自己看了看,然后放到項(xiàng)目中實(shí)驗(yàn)的一下。
          很多人都認(rèn)為比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>

          以下幾個(gè)參數(shù)是使用的基本配置參數(shù):
          initialPoolSize:
          Number of Connections a pool will try to acquire upon startup. Should be between minPoolSize and maxPoolSize
          連接池初始化時(shí)獲取的鏈接數(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.
          在當(dāng)前連接數(shù)耗盡的時(shí)候,一次獲取的新的連接數(shù)

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


          大盤預(yù)測(cè) 國(guó)富論
          posted on 2008-01-18 19:47 華夢(mèng)行 閱讀(241) 評(píng)論(0)  編輯  收藏 所屬分類: Spring
          主站蜘蛛池模板: 漯河市| 罗山县| 诏安县| 惠来县| 固镇县| 锡林郭勒盟| 北流市| 海门市| 岗巴县| 桃园县| 江津市| 加查县| 五大连池市| 汤阴县| 汨罗市| 谷城县| 黄石市| 舞钢市| 信丰县| 华安县| 明水县| 大名县| 南华县| 平乐县| 垦利县| 舟山市| 澜沧| 平昌县| 武夷山市| 游戏| 桃江县| 霍城县| 雷山县| 三河市| 高雄市| 安远县| 上饶市| 屯昌县| 循化| 克山县| 孟津县|