Chris, yes, it means that for a given connection, when an attempt is
made to get a connection it will try that many times before deeming a
failure. Generally speaking you should keep that relatively low, maybe
1 or 2 times. It really is there as a way to smooth over any small
network hiccups or if the db has temporarily refused you due to too many
connections.
--
aw2.0 ltd ::: http://about.me/aw2
chris schiffman wrote:
Hello, can someone shed some light on this configuration element:
connectionretries? If I have 10 simultaneos connections.. does this
mean if the database connection is cut, the app will try X amount of
times to re-establish? is that X amount of times PER open connection?
scenario: connectionretries=2, Maximum Connections=20, Connection
Timeout =120, Login Timeout=120
Database goes down (and isn't coming back up). After 120s (Connection
Timeout ), each of the 20 connections will retry 2x waiting 120s
(login timeout) to re-establish. After that, if no connections can be
made.. We're done?
Database comes up 5 mins later. Tomcat needs a boot?
Any help is appreciated.
-chris
--
online documentation: http://openbd.org/manual/
google+ hints/tips: https://plus.google.com/115990347459711259462
http://groups.google.com/group/openbd?hl=en
Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012