Re: reconnecting to DB after connection break - Mailing list pgadmin-hackers

From Dave Page
Subject Re: reconnecting to DB after connection break
Date
Msg-id 937d27e10908230408nc9c9bb1q3f183571e16f6c95@mail.gmail.com
Whole thread Raw
In response to reconnecting to DB after connection break  (Julius Tuskenis <julius.tuskenis@gmail.com>)
List pgadmin-hackers
On Fri, Aug 21, 2009 at 11:16 AM, Julius
Tuskenis<julius.tuskenis@gmail.com> wrote:
> Hello,
>
> I'm thinking of changing pgAdmin so it would try to reconnect after its
> connection to server breaks. Is that ok with you? Maybe theres someone
> already dealing with the problem.

It's a TODO, but I don't think anyone is working on it.

> I think I could change pgConn::ExecuteVoid, pgConn::ExecuteScalar and
> pgConn::ExecuteSet methods so on connection to DB error there would be an
> attempt to reconnect. If someone knows a better solution - please, share it.
> :)

That probably isn't the place to do it though - at least without other
work. If it's done at that low level, you a) need to find a clean way
of communicating to the user what is going on, from non-UI code, and
b) need to ensure that all the different parts of the code (browser,
query tool, debugger, edit grid etc) will behave sanely if presented
with a connection that's been reconnected automatically.

It would probably be easier to handle the reconnection in those places
instead, where you can more easily determine what is or isn't an
appropriate action in the face of a lost connection.

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: reconnecting to DB after connection break
Next
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #48: adminpack shouldn't ask for a specific format of the log_filename