jdbc-0.proxool.alias=ib_db #jdbc-0.proxool.driver-url=jdbc:jtds:sqlserver://192.168.56.2:1433/ci-db jdbc-0.proxool.driver-url=jdbc:jtds:sqlserver://demosvr1.penril.net:1433/ci-db jdbc-0.proxool.driver-class=net.sourceforge.jtds.jdbc.Driver jdbc-0.user=ci-user jdbc-0.password=ci-123 #jdbc-0.proxool.driver-url=jdbc:postgresql://localhost:5432/OTPDB #jdbc-0.proxool.driver-class=org.postgresql.Driver #jdbc-0.user=postgres #jdbc-0.password=1234 #jdbc-0.proxool.driver-url=jdbc:mysql://192.168.16.33:3306/OTPDB #jdbc-0.proxool.driver-class=com.mysql.jdbc.Driver #jdbc-0.user=root #jdbc-0.password= #jdbc-0.proxool.driver-url= jdbc:oracle:thin:@127.0.0.1:1521:OTPDB #jdbc-0.proxool.driver-class=oracle.jdbc.driver.OracleDriver #jdbc-0.user=zengge3 #jdbc-0.password=zengge3 #jdbc-0.proxool.driver-url=jdbc:db2://127.0.0.1:50000/OTPDB #jdbc-0.proxool.driver-class=com.ibm.db2.jcc.DB2Driver #jdbc-0.user=topnethj #jdbc-0.password=273122902 #jdbc-0.proxool.driver-url=jdbc:sybase:Tds:192.168.16.46:5000/OTPDB #jdbc-0.proxool.driver-class=com.sybase.jdbc3.jdbc.SybDriver #jdbc-0.user=otpdb #jdbc-0.password=otpdb #jdbc-0.proxool.verbose=true #jdbc-0.proxool.house-keeping-sleep-time=10000 #max connection jdbc-0.proxool.maximum-connection-count=8 #min connection jdbc-0.proxool.minimum-connection-count=2 #init connection jdbc-0.proxool.minimum-prototype-count=2 #Failing that an idle connection can be allocated in the queue waiting for the maximum number of requests, #more than the number of user connections this request will not be accepted #jdbc-0.proxool.maximum-new-connections=20 #proxool automatically detect connection state at all time intervals (ms), #detected idle connection is immediately recovered, the destruction of overtime jdbc-0.proxool.house-keeping-sleep-time=40000 #jdbc-0.proxool.house-keeping-test-sql=select CURRENT_DATE #If the housekeeper to detect the activities of a thread longer than this value. It will kill this thread. #So sure about your server bandwidth. #And then set an appropriate value. The default is 5 minutes. jdbc-0.proxool.maximum-active-time=300000 #Do not write the log jdbc-0.proxool.trace=false #Before using the connection is used to specify whether you want to test #jdbc-0.proxool.testBeforeUse=false