Hi, We are currently deploying some applications on a glassfish 3.0.1 using a postgres database through postgresql-9.0-801.jdbc4.jar
Our actual configuration regarding the connexion pool is :
Idle Timeout : 120 seconds
Max Wait Time : 60000 millisecondes
Initial and Mimimum Pool Size : 1
Maximum Pool Size : 1
Pool Resize Quantity : 1
We have noticed that the database connexions are droped and created every 140 seconds instead of 120 seconds.
Is there something we have missed ?
Thank you