glassfish 连接池在空闲超时后重新创建时会产生额外延迟
我们目前正在使用 postgres 数据库
通过 postgresql-9.0-801.jdbc4.jar
在 glassfish 3.0.1
上部署一些应用程序
我们关于连接池的实际配置是:
空闲超时:120 秒
最长等待时间:60000 毫秒
初始和最小池大小:1
最大池大小:1
池调整大小数量:1
我们注意到数据库连接每隔 140 秒
而不是 120 秒
被删除和创建。
我们是否错过了什么?
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 milliseconds
Initial and Minimum 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它可能处于活动状态 20 秒。检查连接是否有效等。
It's probably being active for 20 seconds. Checking that the connection is valid etc.