poco
poco copied to clipboard
Proper reconnects for Data::PostgreSQL ?
Data::PostgreSQL connections over network sometimes fails. In this case
- session.isConnected() still indicates true
- attempt to do session.reconnect() after exception causes exception within PooledSessionImpl::access()
What is a right way to detect broken session and reconnect?
This issue is stale because it has been open for 365 days with no activity.
Still actual