I am having a postgresql database server and the idle connections are not closing themselves. They are increasing to large numbers as time passes and the web page is not loading. The code developer says that the code for closing these idleconnections are included in the code itself. But it is also not working. We have tried to close by giving several values to maxactive and maxidle. But none are working. I want to know whether there is a workaround for this issue and how these connections can be closed safely without restarting the server.
Idle connections not closing
Collapse
X
-
Nebu PulickalTags: None
-
The code developer says that the code for closing these idleconnections are included in the code itself.
It should be fixed in code.
Comment