persistent db connections/resiliency

From: Robert Boyd <rboyd(at)ivmg(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: persistent db connections/resiliency
Date: 2000-10-09 21:23:12
Message-ID: Pine.LNX.4.21.0010091418140.15908-100000@pimx00.ivmg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I'm tasked with handling database connection failures
elegantly--reconnecting after failure.

I'm wondering how other people have approached this problem.

Should I get connection status before every query, and if bad, attempt
reconnect?

Any help is appreciated.

- Rob

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ned Lilly 2000-10-09 21:51:03 object features in Oracle 8/9
Previous Message Martin Jacobs 2000-10-09 20:55:33 Regression tests of plain 7.0.2 fails