Statistics
| Branch: | Revision:

m2u-upass-core / resources / proxool.dev-penril.properties @ 0:02300db8682b

History | View | Annotate | Download (2.22 KB)

1
jdbc-0.proxool.alias=agroib_db
2

    
3
jdbc-0.proxool.driver-url=jdbc:jtds:sqlserver://10.6.6.21:1433/agroib_db
4
jdbc-0.proxool.driver-class=net.sourceforge.jtds.jdbc.Driver
5
jdbc-0.user=agroib_user
6
jdbc-0.password=P@$$w0rd
7

    
8
#jdbc-0.proxool.driver-url=jdbc:postgresql://localhost:5432/OTPDB
9
#jdbc-0.proxool.driver-class=org.postgresql.Driver
10
#jdbc-0.user=postgres
11
#jdbc-0.password=1234
12

    
13
#jdbc-0.proxool.driver-url=jdbc:mysql://192.168.16.33:3306/OTPDB
14
#jdbc-0.proxool.driver-class=com.mysql.jdbc.Driver
15
#jdbc-0.user=root
16
#jdbc-0.password=
17

    
18
#jdbc-0.proxool.driver-url= jdbc:oracle:thin:@127.0.0.1:1521:OTPDB
19
#jdbc-0.proxool.driver-class=oracle.jdbc.driver.OracleDriver
20
#jdbc-0.user=zengge3
21
#jdbc-0.password=zengge3
22

    
23
#jdbc-0.proxool.driver-url=jdbc:db2://127.0.0.1:50000/OTPDB
24
#jdbc-0.proxool.driver-class=com.ibm.db2.jcc.DB2Driver
25
#jdbc-0.user=topnethj
26
#jdbc-0.password=273122902
27

    
28
#jdbc-0.proxool.driver-url=jdbc:sybase:Tds:192.168.16.46:5000/OTPDB
29
#jdbc-0.proxool.driver-class=com.sybase.jdbc3.jdbc.SybDriver
30
#jdbc-0.user=otpdb
31
#jdbc-0.password=otpdb
32

    
33
#jdbc-0.proxool.verbose=true
34
#jdbc-0.proxool.house-keeping-sleep-time=10000
35

    
36
#max connection
37
jdbc-0.proxool.maximum-connection-count=8
38
#min connection
39
jdbc-0.proxool.minimum-connection-count=2
40
#init connection
41
jdbc-0.proxool.minimum-prototype-count=2
42

    
43
#Failing that an idle connection can be allocated in the queue waiting for the maximum number of requests, 
44
#more than the number of user connections this request will not be accepted
45

    
46
#jdbc-0.proxool.maximum-new-connections=20
47

    
48

    
49
#proxool automatically detect connection state at all time intervals (ms), 
50
#detected idle connection is immediately recovered, the destruction of overtime
51

    
52
jdbc-0.proxool.house-keeping-sleep-time=40000
53

    
54
#jdbc-0.proxool.house-keeping-test-sql=select CURRENT_DATE
55

    
56
#If the housekeeper to detect the activities of a thread longer than this value. It will kill this thread. 
57
#So sure about your server bandwidth. 
58
#And then set an appropriate value. The default is 5 minutes.
59

    
60
jdbc-0.proxool.maximum-active-time=300000
61

    
62
#Do not write the log
63

    
64
jdbc-0.proxool.trace=false
65

    
66
#Before using the connection is used to specify whether you want to test
67

    
68
#jdbc-0.proxool.testBeforeUse=false
69