|
|
|
|
|
by throwaway313373
599 days ago
|
|
Why would you want every "frontend" keep an open connection all the time? > it doesn't matter if they are all active It does, if the connection is inactive (doesn't hold an open transaction) you should close it or return it to the pool. |
|