Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/arcsdeconnectionpool.properties @ 477:40a058047854
Added the Configurationproperty serverRoundtripInterval to the Configuration of the Connectionpool.
gnv-artifacts/trunk@545 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 15 Jan 2010 10:13:18 +0000 |
parents | b198ca47f363 |
children | 0eba2f032e0d |
comparison
equal
deleted
inserted
replaced
476:ffb38c6c928e | 477:40a058047854 |
---|---|
9 # if it is Valid | 9 # if it is Valid |
10 # testWhileIdle: Should the Pool test the Connection while it is Idl | 10 # testWhileIdle: Should the Pool test the Connection while it is Idl |
11 # if it is Valid | 11 # if it is Valid |
12 # timeBetweenEvictionRunsMillis : Time in Milliseconds which is allowed | 12 # timeBetweenEvictionRunsMillis : Time in Milliseconds which is allowed |
13 # to reused a returned Connection. | 13 # to reused a returned Connection. |
14 # serverRoundtripInterval : The Timea ArcSDE-Connection must nor be used until | |
15 # the Connection will test if it is valid. | |
14 # server: The URL of the Server where the Database is reachable. | 16 # server: The URL of the Server where the Database is reachable. |
15 # username: The Username which should be used to Connect to the Databackend. | 17 # username: The Username which should be used to Connect to the Databackend. |
16 # credentials: The Credentials to the given username | 18 # credentials: The Credentials to the given username |
17 # port: The Communicationport which must be used to connect to the Databackend | 19 # port: The Communicationport which must be used to connect to the Databackend |
18 # database: The Name of the Instance which should be connected to. | 20 # database: The Name of the Instance which should be connected to. |
22 maxActive=2 | 24 maxActive=2 |
23 testOnBorrow=true | 25 testOnBorrow=true |
24 testOnReturn=false | 26 testOnReturn=false |
25 testWhileIdle=false | 27 testWhileIdle=false |
26 timeBetweenEvictionRunsMillis=360000 | 28 timeBetweenEvictionRunsMillis=360000 |
29 serverRoundtripInterval=900000 | |
27 server=localhost | 30 server=localhost |
28 username=gast | 31 username=gast |
29 credentials=gast | 32 credentials=gast |
30 port=22119 | 33 port=22119 |
31 database=esri_sde | 34 database=esri_sde |